Searched refs:parent_path (Results 1 – 1 of 1) sorted by relevance
695 string parent_path = parent_node->BuildPath(); in do_lookup() local698 … if (!fuse->IsRoot(parent_node) && !is_app_accessible_path(fuse->mp, parent_path, req->ctx.uid)) { in do_lookup()705 const string child_path = parent_path + "/" + name; in do_lookup()934 string parent_path = parent_node->BuildPath(); in pf_mknod() local935 if (!is_app_accessible_path(fuse->mp, parent_path, req->ctx.uid)) { in pf_mknod()942 const string child_path = parent_path + "/" + name; in pf_mknod()972 const string parent_path = parent_node->BuildPath(); in pf_mkdir() local973 if (!is_app_accessible_path(fuse->mp, parent_path, ctx->uid)) { in pf_mkdir()980 const string child_path = parent_path + "/" + name; in pf_mkdir()1013 const string parent_path = parent_node->BuildPath(); in pf_unlink() local[all …]