Searched refs:listonly (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | file_sync_service.h | 82 int do_sync_sync(const char *lpath, const char *rpath, int listonly);
|
D | file_sync_client.c | 674 …y_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps, int listonly) in copy_local_dir_remote() argument 722 fprintf(stderr,"%spush: %s -> %s\n", listonly ? "would " : "", ci->src, ci->dst); in copy_local_dir_remote() 723 if(!listonly && in copy_local_dir_remote() 1006 int do_sync_sync(const char *lpath, const char *rpath, int listonly) in do_sync_sync() argument 1017 if(copy_local_dir_remote(fd, lpath, rpath, 1, listonly)){ in do_sync_sync()
|
D | commandline.c | 1397 int listonly = 0; in adb_commandline() local 1404 listonly = 1; in adb_commandline() 1420 ret = do_sync_sync(android_srcpath, "/system", listonly); in adb_commandline() 1422 ret = do_sync_sync(data_srcpath, "/data", listonly); in adb_commandline()
|