Home | History | Annotate | Download | only in pm

Lines Matching defs:newp

2274                         PatternMatcher[] newp = new PatternMatcher[N+1];
2275 System.arraycopy(outInfo.info.uriPermissionPatterns, 0, newp, 0, N);
2276 newp[N] = pa;
2277 outInfo.info.uriPermissionPatterns = newp;
2363 PathPermission[] newp = new PathPermission[N+1];
2364 System.arraycopy(outInfo.info.pathPermissions, 0, newp, 0, N);
2365 newp[N] = pa;
2366 outInfo.info.pathPermissions = newp;