HomeSort by relevance Sort by last modified time
    Searched refs:listonly (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
file_sync_service.h 82 int do_sync_sync(const char *lpath, const char *rpath, int listonly);
file_sync_client.c 673 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps, int listonly)
721 fprintf(stderr,"%spush: %s -> %s\n", listonly ? "would " : "", ci->src, ci->dst);
722 if(!listonly &&
1005 int do_sync_sync(const char *lpath, const char *rpath, int listonly)
1016 if(copy_local_dir_remote(fd, lpath, rpath, 1, listonly)){
commandline.c 1007 int listonly = 0; local
1014 listonly = 1;
1030 ret = do_sync_sync(android_srcpath, "/system", listonly);
1032 ret = do_sync_sync(data_srcpath, "/data", listonly);
    [all...]

Completed in 168 milliseconds