Searched defs:listonly (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c674 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps, int listonly) argument
722 fprintf(stderr,"%spush: %s -> %s\n", listonly ? "would " : "", ci->src, ci->dst);
723 if(!listonly &&
1006 int do_sync_sync(const char *lpath, const char *rpath, int listonly) argument
1017 if(copy_local_dir_remote(fd, lpath, rpath, 1, listonly)){
H A Dcommandline.c1172 int listonly = 0; local
1179 listonly = 1;
1195 ret = do_sync_sync(android_srcpath, "/system", listonly);
1197 ret = do_sync_sync(data_srcpath, "/data", listonly);

Completed in 1121 milliseconds