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