Lines Matching defs:path
72 static bool should_use_fs_config([[maybe_unused]] const std::string& path) { in should_use_fs_config()
88 static bool update_capabilities(const char* path, uint64_t capabilities) { in update_capabilities()
109 static bool secure_mkdirs(const std::string& path) { in secure_mkdirs()
150 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1()
162 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2()
194 static bool do_list(int s, const char* path) { in do_list()
254 static bool do_list_v1(int s, const char* path) { in do_list_v1()
258 static bool do_list_v2(int s, const char* path) { in do_list_v2()
354 static bool handle_send_file(borrowed_fd s, const char* path, uint32_t* timestamp, uid_t uid, in handle_send_file()
461 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link()
514 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, in send_impl()
569 std::string path = spec.substr(0, comma); in do_send_v1() local
581 static bool do_send_v2(int s, const std::string& path, std::vector<char>& buffer) { in do_send_v2()
635 static bool recv_impl(borrowed_fd s, const char* path, CompressionType compression, in recv_impl()
726 static bool do_recv_v1(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v1()
730 static bool do_recv_v2(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v2()