Lines Matching defs:lpath
86 std::string lpath; member
573 bool SendSmallFile(const std::string& path, mode_t mode, const std::string& lpath, in SendSmallFile()
619 bool SendLargeFile(const std::string& path, mode_t mode, const std::string& lpath, in SendLargeFile()
731 bool SendLargeFileLegacy(const std::string& path, mode_t mode, const std::string& lpath, in SendLargeFileLegacy()
1040 static bool sync_send(SyncConnection& sc, const std::string& lpath, const std::string& rpath, in sync_send()
1093 static bool sync_recv_v1(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv_v1()
1148 static bool sync_recv_v2(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv_v2()
1257 static bool sync_recv(SyncConnection& sc, const char* rpath, const char* lpath, const char* name, in sync_recv()
1280 std::vector<std::string>* directory_list, const std::string& lpath, in local_build_list()
1341 static bool copy_local_dir_remote(SyncConnection& sc, std::string lpath, std::string rpath, in copy_local_dir_remote()
1540 const std::string& rpath, const std::string& lpath) { in remote_build_list()
1602 static int set_time_and_mode(const std::string& lpath, time_t time, in set_time_and_mode()
1615 static bool copy_remote_dir_local(SyncConnection& sc, std::string rpath, std::string lpath, in copy_remote_dir_local()
1773 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only, in do_sync_sync()