Searched refs:copy_local_dir_remote (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_client.c | 673 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps,… in copy_local_dir_remote() function 761 if(copy_local_dir_remote(fd, lpath, rpath, 0, 0)) { in do_sync_push() 1016 if(copy_local_dir_remote(fd, lpath, rpath, 1, listonly)){ in do_sync_sync()
|