Home
last modified time | relevance | path

Searched defs:dst_path (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp98 int SBFileSpec::ResolvePath(const char *src_path, char *dst_path, in ResolvePath()
140 uint32_t SBFileSpec::GetPath(char *dst_path, size_t dst_len) const { in GetPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp105 std::string dst_path(destination.GetPath()); in PutFile() local
125 std::string dst_path(destination.GetPath()); in PutFile() local
166 std::string dst_path(destination.GetPath()); in GetFile() local
/netbsd-src/lib/libresolv/
H A Ddst_api.c70 const char *dst_path = ""; variable
/netbsd-src/external/bsd/libbind/dist/dst/
H A Ddst_api.c68 const char *dst_path = ""; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c2073 const char *dst_path) in copy_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2553 const char *dst_path) in copy_file()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3299 std::string src_path{src.GetPath(false)}, dst_path{dst.GetPath(false)}; in CreateSymlink() local