Searched defs:dst_path (Results 1 – 7 of 7) sorted by relevance
98 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()
105 std::string dst_path(destination.GetPath()); in PutFile() local125 std::string dst_path(destination.GetPath()); in PutFile() local166 std::string dst_path(destination.GetPath()); in GetFile() local
70 const char *dst_path = ""; variable
68 const char *dst_path = ""; variable
2073 const char *dst_path) in copy_file()
2553 const char *dst_path) in copy_file()
3299 std::string src_path{src.GetPath(false)}, dst_path{dst.GetPath(false)}; in CreateSymlink() local