Home
last modified time | relevance | path

Searched refs:sync_send (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfile_sync_client.c297 static int sync_send(int fd, const char *lpath, const char *rpath, in sync_send() function
724 sync_send(fd, ci->src, ci->dst, ci->time, ci->mode, 0 /* no verify APK */)){ in copy_local_dir_remote()
789 if(sync_send(fd, lpath, rpath, st.st_mtime, st.st_mode, verifyApk)) { in do_sync_push()