Home
last modified time | relevance | path

Searched refs:child_path (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp910 void fuse_bpf_install(struct fuse* fuse, struct fuse_entry_param* e, const string& child_path, in fuse_bpf_install() argument
914 if (android::base::StartsWith(child_path, PRIMARY_VOLUME_PREFIX)) { in fuse_bpf_install()
915 if (is_bpf_backing_path(child_path)) { in fuse_bpf_install()
916 fuse_bpf_fill_entries(child_path, fuse->bpf_fd.get(), e, backing_fd); in fuse_bpf_install()
917 } else if (is_package_owned_path(child_path, fuse->path)) { in fuse_bpf_install()
918 fuse_bpf_fill_entries(child_path, static_cast<int>(BpfFd::REMOVE), e, backing_fd); in fuse_bpf_install()
963 const string child_path = parent_path + "/" + name; in do_lookup() local
965 if (validate_access && !is_user_accessible_path(req, fuse, child_path)) { in do_lookup()
970 auto node = make_node_entry(req, parent_node, name, parent_path, child_path, e, error_code, op); in do_lookup()
975 fuse_bpf_install(fuse, e, child_path, *backing_fd); in do_lookup()
[all …]