Home
last modified time | relevance | path

Searched refs:file_list (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/client/
Dfile_sync_client.cpp920 void ComputeExpectedTotalBytes(const std::vector<copyinfo>& file_list) { in ComputeExpectedTotalBytes() argument
922 for (const copyinfo& ci : file_list) { in ComputeExpectedTotalBytes()
1269 static bool local_build_list(SyncConnection& sc, std::vector<copyinfo>* file_list, in local_build_list() argument
1306 file_list->push_back(ci); in local_build_list()
1315 local_build_list(sc, file_list, directory_list, ci.lpath, ci.rpath); in local_build_list()
1341 std::vector<copyinfo> file_list; in copy_local_dir_remote() local
1350 if (!local_build_list(sc, &file_list, &directory_list, lpath, rpath)) { in copy_local_dir_remote()
1392 for (const copyinfo& ci : file_list) { in copy_local_dir_remote()
1398 for (copyinfo& ci : file_list) { in copy_local_dir_remote()
1408 sc.ComputeExpectedTotalBytes(file_list); in copy_local_dir_remote()
[all …]