Searched refs:dst_file (Results 1 – 2 of 2) sorted by relevance
57 static char *dst_file; variable445 len = (((uint32_t) strlen(dst_file)) + 8) & 0xFFFFFFF8; in client_open()455 strcpy(msg->path, dst_file); in client_open()595 dst_file = strchr(dst_addr, ':'); in client_opts()596 if (dst_file) { in client_opts()597 *dst_file = '\0'; in client_opts()598 dst_file++; in client_opts()600 if (!dst_file) in client_opts()601 dst_file = src_file; in client_opts()
592 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback() local593 if (!dst_file.GetFilename()) in RecurseCopy_Callback()594 dst_file.GetFilename() = src.GetFilename(); in RecurseCopy_Callback()604 rc_baton->platform_ptr->CreateSymlink(dst_file, src_resolved); in RecurseCopy_Callback()614 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback() local615 if (!dst_file.GetFilename()) in RecurseCopy_Callback()616 dst_file.GetFilename() = src.GetFilename(); in RecurseCopy_Callback()617 Status err = rc_baton->platform_ptr->PutFile(src, dst_file); in RecurseCopy_Callback()