Lines Matching refs:parent_path
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
1178 if (!is_app_accessible_path(fuse, parent_path, ctx->uid)) { in pf_unlink()
1185 const string child_path = parent_path + "/" + name; in pf_unlink()
1206 const string parent_path = parent_node->BuildPath(); in pf_rmdir() local
1207 if (!is_app_accessible_path(fuse, parent_path, req->ctx.uid)) { in pf_rmdir()
1212 if (is_transforms_dir_path(parent_path, fuse)) { in pf_rmdir()
1221 const string child_path = parent_path + "/" + name; in pf_rmdir()
2033 const string parent_path = parent_node->BuildPath(); in pf_create() local
2034 if (!is_app_accessible_path(fuse, parent_path, req->ctx.uid)) { in pf_create()
2041 const string child_path = parent_path + "/" + name; in pf_create()