Searched defs:dst_path (Results 1 – 4 of 4) 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() local 125 std::string dst_path(destination.GetPath()); in PutFile() local 166 std::string dst_path(destination.GetPath()); GetFile() local [all...]
46 char dst_path[32]; /* Destination path - including member
3296 std::string src_path{src.GetPath(false)}, dst_path{dst.GetPath(false)}; CreateSymlink() local