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 685 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps, int listonly)
733 fprintf(stderr,"%spush: %s -> %s\n", listonly ? "would " : "", ci->src, ci->dst);
734 if(!listonly &&
1017 int do_sync_sync(const char *lpath, const char *rpath, int listonly)
1028 if(copy_local_dir_remote(fd, lpath, rpath, 1, listonly)){
commandline.c 1647 int listonly = 0; local
    [all...]

Completed in 227 milliseconds