Home
last modified time | relevance | path

Searched defs:src_path (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Drename.cc19 const char *src_path = TmpFile(filename); in create_tmp_src() local
26 const char *src_path = create_tmp_src("rename_test"); in TEST() local
32 const char *src_path = create_tmp_src("renameat_test"); in TEST() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp102 std::string src_path(source.GetPath()); in PutFile() local
122 std::string src_path(source.GetPath()); in PutFile() local
163 std::string src_path(source.GetPath()); in GetFile() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp98 int SBFileSpec::ResolvePath(const char *src_path, char *dst_path, in ResolvePath()
/freebsd/sys/dev/usb/
H A Dusb_dev.h44 char src_path[32]; /* Source path - including terminating member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3325 std::string src_path{src.GetPath(false)}, dst_path{dst.GetPath(false)}; in CreateSymlink() local