Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp608 const string& parent_path, const string& path, in make_node_entry() argument
702 if (!fuse->bpf || !is_bpf_backing_path(parent_path)) { in make_node_entry()
914 string parent_path = parent_node->BuildPath(); in do_lookup() local
919 !is_app_accessible_path(fuse, parent_path, req->ctx.uid)) { in do_lookup()
926 const string child_path = parent_path + "/" + name; in do_lookup()
933 auto node = make_node_entry(req, parent_node, name, parent_path, child_path, e, error_code, op); in do_lookup()
1193 string parent_path = parent_node->BuildPath(); in pf_mknod() local
1194 if (!is_app_accessible_path(fuse, parent_path, req->ctx.uid)) { in pf_mknod()
1201 const string child_path = parent_path + "/" + name; in pf_mknod()
1211 if (make_node_entry(req, parent_node, name, parent_path, child_path, &e, &error_code, in pf_mknod()
[all …]
/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc61 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_cpp_headers_one_file()
/packages/modules/Virtualization/authfs/src/
Dfusefs.rs252 let parent_path = in add_entry_at_ro_dir_by_path() localVariable
255 parent_path.components().try_fold(dir_inode, |current_dir_inode, path_component| { in add_entry_at_ro_dir_by_path()