Lines Matching +defs:path +defs:key
369 const string path; member
438 static int set_file_lock(int fd, bool for_read, const std::string& path) { in set_file_lock()
462 static bool is_file_locked(int fd, const std::string& path) { in is_file_locked()
481 static bool is_package_owned_path(const string& path, const string& fuse_path) { in is_package_owned_path()
488 static bool is_bpf_backing_path(const string& path) { in is_bpf_backing_path()
495 const string& child_name, const string& path) { in fuse_inval()
508 static double get_entry_timeout(const string& path, bool should_inval, struct fuse* fuse) { in get_entry_timeout()
533 static inline bool is_synthetic_path(const string& path, struct fuse* fuse) { in is_synthetic_path()
538 static inline bool is_transforms_dir_path(const string& path, struct fuse* fuse) { in is_transforms_dir_path()
543 const std::string& path, const std::string& name, fuse_req_t req, int* error_code, in validate_node_path()
605 const string& parent_path, const string& path, in make_node_entry()
808 static bool is_app_accessible_path(struct fuse* fuse, const string& path, uid_t uid) { in is_app_accessible_path()
844 void fuse_bpf_fill_entries(const string& path, const int bpf_fd, struct fuse_entry_param* e, in fuse_bpf_fill_entries()
889 static bool is_user_accessible_path(fuse_req_t req, const struct fuse* fuse, const string& path) { in is_user_accessible_path()
981 const string path = parent_node->BuildPath() + "/" + name; in pf_lookup_postfilter() local
1052 const string& path = get_path(node); in pf_getattr() local
1081 const string& path = get_path(node); in pf_setattr() local
1175 const string& path = node ? get_path(node) : ""; in pf_canonical_path() local
1439 static handle* create_handle_for_node(struct fuse* fuse, const string& path, int fd, uid_t uid, in create_handle_for_node()
1532 static OpenInfo parse_open_flags(const string& path, const int in_flags) { in parse_open_flags()
1898 const string path = node->BuildPath(); in pf_opendir() local
1948 const string path = node->BuildPath(); in do_readdir_common() local
2062 const string path = node->BuildPath(); in pf_readdir_postfilter() local
2163 const string path = node->BuildPath(); in pf_access() local
2395 bool FuseDaemon::ShouldOpenWithFuse(int fd, bool for_read, const std::string& path) { in ShouldOpenWithFuse()
2427 void FuseDaemon::InvalidateFuseDentryCache(const std::string& path) { in InvalidateFuseDentryCache()
2495 void FuseDaemon::Start(android::base::unique_fd fd, const std::string& path, in Start()
2627 void FuseDaemon::InitializeDeviceId(const std::string& path) { in InitializeDeviceId()
2682 std::string deriveVolumeName(const std::string& path) { in deriveVolumeName()
2692 void FuseDaemon::DeleteFromLevelDb(const std::string& key) { in DeleteFromLevelDb()
2710 void FuseDaemon::InsertInLevelDb(const std::string& volume_name, const std::string& key, in InsertInLevelDb()
2784 std::string FuseDaemon::ReadOwnership(const std::string& key) { in ReadOwnership()
2876 std::string key = it->key().ToString(); in GetOwnerRelationship() local