Home
last modified time | relevance | path

Searched refs:do_sync_sync (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);
Dcommandline.cpp1878 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()
Dfile_sync_client.cpp1247 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) { in do_sync_sync() function