Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
HDrcopy.c57 static char *dst_file; variable
445 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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp592 FileSpec dst_file = rc_baton->dst; in RecurseCopy_Callback() local
593 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() local
615 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()