Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp528 string parent_path = parent_node->BuildPath(); in do_lookup() local
531 … if (!fuse->IsRoot(parent_node) && !is_app_accessible_path(fuse->mp, parent_path, req->ctx.uid)) { in do_lookup()
536 string child_path = parent_path + "/" + name; in do_lookup()
744 string parent_path = parent_node->BuildPath(); in pf_mknod() local
745 if (!is_app_accessible_path(fuse->mp, parent_path, req->ctx.uid)) { in pf_mknod()
752 const string child_path = parent_path + "/" + name; in pf_mknod()
782 const string parent_path = parent_node->BuildPath(); in pf_mkdir() local
783 if (!is_app_accessible_path(fuse->mp, parent_path, ctx->uid)) { in pf_mkdir()
790 const string child_path = parent_path + "/" + name; in pf_mkdir()
823 const string parent_path = parent_node->BuildPath(); in pf_unlink() local
[all …]