Searched refs:rpath (Results 1 – 2 of 2) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 87 std::string rpath; member 97 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo() 98 ensure_trailing_separators(lpath, rpath); in copyinfo() 100 rpath.append(name); in copyinfo() 102 ensure_trailing_separators(lpath, rpath); in copyinfo() 564 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile() argument 568 return SendLargeFile(path, mode, lpath, rpath, mtime, CompressionType::None, dry_run); in SendSmallFile() 601 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0])); in SendSmallFile() 603 RecordFileSent(lpath, rpath); in SendSmallFile() 605 ReportProgress(rpath, data_length, data_length); in SendSmallFile() [all …]
|
D | file_sync_client.h | 30 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only,
|