Searched refs:isIncrementalPath (Results 1 – 14 of 14) sorted by relevance
19 import static android.os.incremental.IncrementalManager.isIncrementalPath;343 if (isIncrementalPath(apkPath)) { in getDigestFromUid()
143 if (IncrementalManager.isIncrementalPath(filePath)) { in isCompressionAllowed()
23 import static android.os.incremental.IncrementalManager.isIncrementalPath;316 final boolean onIncremental = isIncrementalPath(pkg.getPath()); in derivePackageAbi()
540 if (!IncrementalManager.isIncrementalPath(filePath)) { in needToWait()
823 incrementalStates.onCommit(IncrementalManager.isIncrementalPath(getPathString())); in setStatesOnCommit()
105 import static android.os.incremental.IncrementalManager.isIncrementalPath;12404 if (mIncrementalManager != null && isIncrementalPath(parsedPackage.getPath())) { in addForInitLI()13299 final boolean isIncremental = (mIncrementalManager != null && isIncrementalPath( in removeCodePathLI()18851 final boolean isIncremental = isIncrementalPath(codeFile.getAbsolutePath()); in doCopyApk()18888 && isIncrementalPath(beforeCodeFile.getAbsolutePath()); in doRename()19299 if (IncrementalManager.isIncrementalPath(codePath) && mIncrementalManager != null) { in updateSettingsInternalLI()20123 && isIncrementalPath(codePath); in executePostCommitSteps()21187 if (isIncrementalPath(pkg.getPath()) && IncrementalManager.getVersion() in setUpFsVerityIfPossible()
1071 if (IncrementalManager.isIncrementalPath(codePath.getAbsolutePath())) {
116 if (inheritedDir != null && IncrementalManager.isIncrementalPath( in IncrementalFileStorages()
265 public static boolean isIncrementalPath(@NonNull String path) { in isIncrementalPath() method in IncrementalManager
152 if (IncrementalManager.isIncrementalPath(pkg.getPath())) { in canHaveOatDir()
423 && IncrementalManager.isIncrementalPath(codePath)) { in appNotResponding()
7884 && IncrementalManager.isIncrementalPath(codePath)) { in handleApplicationCrashInner()
993 if (codePath != null && IncrementalManager.isIncrementalPath(codePath)) { in logAppTransition()1125 if (codePath != null && IncrementalManager.isIncrementalPath(codePath)) { in logAppTransitionReportedDrawn()
4080 if (IncrementalManager.isIncrementalPath(pi.applicationInfo.getBaseCodePath())) {