Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp852 string parent_path = parent_node->BuildPath(); in do_lookup() local
855 if (!fuse->IsRoot(parent_node) && !is_app_accessible_path(fuse, parent_path, req->ctx.uid)) { in do_lookup()
862 const string child_path = parent_path + "/" + name; in do_lookup()
1098 string parent_path = parent_node->BuildPath(); in pf_mknod() local
1099 if (!is_app_accessible_path(fuse, parent_path, req->ctx.uid)) { in pf_mknod()
1106 const string child_path = parent_path + "/" + name; in pf_mknod()
1136 const string parent_path = parent_node->BuildPath(); in pf_mkdir() local
1137 if (!is_app_accessible_path(fuse, parent_path, ctx->uid)) { in pf_mkdir()
1144 const string child_path = parent_path + "/" + name; in pf_mkdir()
1177 const string parent_path = parent_node->BuildPath(); in pf_unlink() local
[all …]
/packages/modules/Bluetooth/system/gd/cert/
Drun_topshim54 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
55 if parent_path == current_path:
58 current_path = parent_path
/packages/modules/Bluetooth/system/test/
Drun_host_unit_tests.py73 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
74 if parent_path == current_path:
77 current_path = parent_path
/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc59 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_cpp_headers_one_file()
260 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_pybind11_sources_one_file()
Dgen_rust.cc80 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_rust_source_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()