Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp86 std::string lpath; member
563 bool SendSmallFile(const std::string& path, mode_t mode, const std::string& lpath, in SendSmallFile()
609 bool SendLargeFile(const std::string& path, mode_t mode, const std::string& lpath, in SendLargeFile()
721 bool SendLargeFileLegacy(const std::string& path, mode_t mode, const std::string& lpath, in SendLargeFileLegacy()
1030 static bool sync_send(SyncConnection& sc, const std::string& lpath, const std::string& rpath, in sync_send()
1083 static bool sync_recv_v1(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv_v1()
1138 static bool sync_recv_v2(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv_v2()
1247 static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv()
1270 std::vector<std::string>* directory_list, const std::string& lpath, in local_build_list()
1331 static bool copy_local_dir_remote(SyncConnection& sc, std::string lpath, std::string rpath, in copy_local_dir_remote()
[all …]