Home
last modified time | relevance | path

Searched defs:rpath (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfile_sync_client.cpp76 std::string rpath; member
375 const char* lpath, const char* rpath, in SendSmallFile()
419 const char* lpath, const char* rpath, in SendLargeFile()
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()
799 const std::string& rpath) { in local_build_list()
862 std::string rpath, bool check_timestamps, in copy_local_dir_remote()
1014 const std::string& rpath, const std::string& lpath) { in remote_build_list()
1089 static bool copy_remote_dir_local(SyncConnection& sc, std::string rpath, in copy_remote_dir_local()
1247 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only) { in do_sync_sync()