Searched refs:expected_size (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 1084 uint64_t expected_size) { in sync_recv_v1() argument 1131 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1() 1139 uint64_t expected_size, CompressionType compression) { in sync_recv_v2() argument 1231 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v2() 1248 uint64_t expected_size, CompressionType compression) { in sync_recv() argument 1250 return sync_recv_v2(sc, rpath, lpath, name, expected_size, compression); in sync_recv() 1252 return sync_recv_v1(sc, rpath, lpath, name, expected_size); in sync_recv()
|