Searched refs:lpath (Results 1 – 2 of 2) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 86 std::string lpath; member 97 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo() 98 ensure_trailing_separators(lpath, rpath); in copyinfo() 99 lpath.append(name); in copyinfo() 102 ensure_trailing_separators(lpath, rpath); in copyinfo() 563 bool SendSmallFile(const std::string& path, mode_t mode, const std::string& lpath, 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() 609 bool SendLargeFile(const std::string& path, mode_t mode, const std::string& lpath, in SendLargeFile() argument [all …]
|
D | file_sync_client.h | 30 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only,
|