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.h82 int do_sync_sync(const char *lpath, const char *rpath, int listonly);
Dcommandline.c1289 ret = do_sync_sync(android_srcpath, "/system", listonly); in adb_commandline()
1291 ret = do_sync_sync(data_srcpath, "/data", listonly); in adb_commandline()
Dfile_sync_client.c1006 int do_sync_sync(const char *lpath, const char *rpath, int listonly) in do_sync_sync() function