Searched refs:do_sync_sync (Results 1 – 3 of 3) sorted by relevance
82 int do_sync_sync(const char *lpath, const char *rpath, int listonly);
1289 ret = do_sync_sync(android_srcpath, "/system", listonly); in adb_commandline()1291 ret = do_sync_sync(data_srcpath, "/data", listonly); in adb_commandline()
1006 int do_sync_sync(const char *lpath, const char *rpath, int listonly) in do_sync_sync() function