Searched refs:sync_send (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.cpp | 677 static bool sync_send(SyncConnection& sc, const char* lpath, const char* rpath, unsigned mtime, in sync_send() function 936 if (!sync_send(sc, ci.lpath.c_str(), ci.rpath.c_str(), ci.time, ci.mode, false)) { in copy_local_dir_remote() 1036 success &= sync_send(sc, src_path, dst_path, st.st_mtime, st.st_mode, sync); in do_sync_push()
|