Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.h88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
Dfile_sync_client.cpp863 bool list_only) { in copy_local_dir_remote() argument
902 if (list_only) { in copy_local_dir_remote()
1247 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) { in do_sync_sync() argument
1251 bool success = copy_local_dir_remote(sc, lpath, rpath, true, list_only); in do_sync_sync()
1252 if (!list_only) { in do_sync_sync()
Dcommandline.cpp1848 bool list_only = false; in adb_commandline() local
1853 list_only = true; in adb_commandline()
1878 okay = do_sync_sync(system_src_path, "/system", list_only); in adb_commandline()
1881 okay = do_sync_sync(vendor_src_path, "/vendor", list_only); in adb_commandline()
1884 okay = do_sync_sync(oem_src_path, "/oem", list_only); in adb_commandline()
1887 okay = do_sync_sync(data_src_path, "/data", list_only); in adb_commandline()