Lines Matching defs:path
71 static bool should_use_fs_config(const std::string& path) { in should_use_fs_config()
81 static bool update_capabilities(const char* path, uint64_t capabilities) { in update_capabilities()
102 static bool secure_mkdirs(const std::string& path) { in secure_mkdirs()
143 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1()
155 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2()
187 static bool do_list(int s, const char* path) { in do_list()
247 static bool do_list_v1(int s, const char* path) { in do_list_v1()
251 static bool do_list_v2(int s, const char* path) { in do_list_v2()
347 static bool handle_send_file(borrowed_fd s, const char* path, uint32_t* timestamp, uid_t uid, in handle_send_file()
454 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link()
507 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, in send_impl()
562 std::string path = spec.substr(0, comma); in do_send_v1() local
574 static bool do_send_v2(int s, const std::string& path, std::vector<char>& buffer) { in do_send_v2()
631 static bool recv_impl(borrowed_fd s, const char* path, CompressionType compression, in recv_impl()
722 static bool do_recv_v1(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v1()
726 static bool do_recv_v2(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v2()