Searched refs:newp (Results 1 – 2 of 2) sorted by relevance
768 static bool CompareExtents(android::fs_mgr::Partition* oldp, android::fs_mgr::Partition* newp) { in CompareExtents() argument770 const auto& new_extents = newp->extents(); in CompareExtents()
5272 PatternMatcher[] newp = new PatternMatcher[N+1]; in parseProviderTags() local5273 System.arraycopy(outInfo.info.uriPermissionPatterns, 0, newp, 0, N); in parseProviderTags()5274 newp[N] = pa; in parseProviderTags()5275 outInfo.info.uriPermissionPatterns = newp; in parseProviderTags()5370 PathPermission[] newp = new PathPermission[N+1]; in parseProviderTags() local5371 System.arraycopy(outInfo.info.pathPermissions, 0, newp, 0, N); in parseProviderTags()5372 newp[N] = pa; in parseProviderTags()5373 outInfo.info.pathPermissions = newp; in parseProviderTags()