Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.h30 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only,
Dfile_sync_client.cpp1332 bool check_timestamps, bool list_only, in copy_local_dir_remote() argument
1412 if (list_only) { in copy_local_dir_remote()
1763 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only, in do_sync_sync() argument
1768 bool success = copy_local_dir_remote(sc, lpath, rpath, true, list_only, compression, dry_run); in do_sync_sync()
1769 if (!list_only) { in do_sync_sync()
Dcommandline.cpp1995 bool list_only = false; in adb_commandline() local
2007 list_only = true; in adb_commandline()
2039 if (!do_sync_sync(src_dir, "/" + partition, list_only, compression, dry_run)) { in adb_commandline()