Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.h27 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
Dfile_sync_client.cpp1278 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) { in do_sync_sync() function
Dcommandline.cpp1841 if (!do_sync_sync(src_dir, "/" + partition, list_only)) return 1; in adb_commandline()