Searched refs:do_sync_sync (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | file_sync_service.h | 88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
|
D | commandline.cpp | 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()
|
D | file_sync_client.cpp | 1247 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) { in do_sync_sync() function
|