Searched refs:parent_path (Results 1 – 6 of 6) sorted by relevance
/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 852 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/ |
D | run_topshim | 54 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/ |
D | run_host_unit_tests.py | 73 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/ |
D | gen_cpp.cc | 59 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()
|
D | gen_rust.cc | 80 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_rust_source_one_file()
|
/packages/modules/Virtualization/authfs/src/ |
D | fusefs.rs | 252 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()
|