Searched refs:SendLargeFile (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 568 return SendLargeFile(path, mode, lpath, rpath, mtime, CompressionType::None, dry_run); in SendSmallFile() 609 bool SendLargeFile(const std::string& path, mode_t mode, const std::string& lpath, in SendLargeFile() function in SyncConnection 1076 if (!sc.SendLargeFile(rpath, mode, lpath, rpath, mtime, compression, dry_run)) { in sync_send()
|