Searched refs:SyncConnection (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.cpp | 203 class SyncConnection { class 205 SyncConnection() : expect_done_(false) { in SyncConnection() function in SyncConnection 220 ~SyncConnection() { in ~SyncConnection() 614 static bool sync_ls(SyncConnection& sc, const char* path, in sync_ls() 636 static bool sync_stat(SyncConnection& sc, const char* path, struct stat* st) { in sync_stat() 640 static bool sync_lstat(SyncConnection& sc, const char* path, struct stat* st) { in sync_lstat() 644 static bool sync_stat_fallback(SyncConnection& sc, const char* path, struct stat* st) { in sync_stat_fallback() 677 static bool sync_send(SyncConnection& sc, const char* lpath, const char* rpath, unsigned mtime, in sync_send() 731 static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath, in sync_recv() 787 SyncConnection sc; in do_sync_ls() [all …]
|