Searched refs:list_only (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.h | 27 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
|
D | file_sync_client.cpp | 854 bool list_only) { in copy_local_dir_remote() argument 933 if (list_only) { in copy_local_dir_remote() 1278 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) { in do_sync_sync() argument 1282 bool success = copy_local_dir_remote(sc, lpath, rpath, true, list_only); in do_sync_sync() 1283 if (!list_only) { in do_sync_sync()
|
D | commandline.cpp | 1820 bool list_only = false; in adb_commandline() local 1824 list_only = true; in adb_commandline() 1841 if (!do_sync_sync(src_dir, "/" + partition, list_only)) return 1; in adb_commandline()
|