Lines Matching refs:parent_path
695 string parent_path = parent_node->BuildPath(); in do_lookup() local
698 … 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() local
935 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() local
973 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
1014 if (!is_app_accessible_path(fuse->mp, parent_path, ctx->uid)) { in pf_unlink()
1021 const string child_path = parent_path + "/" + name; in pf_unlink()
1042 const string parent_path = parent_node->BuildPath(); in pf_rmdir() local
1043 if (!is_app_accessible_path(fuse->mp, parent_path, req->ctx.uid)) { in pf_rmdir()
1048 if (is_transforms_dir_path(parent_path, fuse)) { in pf_rmdir()
1057 const string child_path = parent_path + "/" + name; in pf_rmdir()
1799 const string parent_path = parent_node->BuildPath(); in pf_create() local
1800 if (!is_app_accessible_path(fuse->mp, parent_path, req->ctx.uid)) { in pf_create()
1807 const string child_path = parent_path + "/" + name; in pf_create()