Searched refs:SyncConnection (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | file_sync_client.cpp | 199 class SyncConnection { class 201 SyncConnection() : expect_done_(false) { in SyncConnection() function in SyncConnection 218 ~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, in sync_send() 722 static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath, in sync_recv() 784 SyncConnection sc; in do_sync_ls() [all …]
|