Searched refs:parent_path (Results 1 – 1 of 1) sorted by relevance
528 string parent_path = parent_node->BuildPath(); in do_lookup() local531 … 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() local745 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() local783 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 …]