Searched refs:artifactsPath (Results 1 – 11 of 11) sorted by relevance
39 var artifactsPath = new ArtifactsPath(); in buildArtifactsPath() local40 artifactsPath.dexPath = dexPath; in buildArtifactsPath()41 artifactsPath.isa = isa; in buildArtifactsPath()42 artifactsPath.isInDalvikCache = isInDalvikCache; in buildArtifactsPath()43 artifactsPath.isPreReboot = isPreReboot; in buildArtifactsPath()44 return artifactsPath; in buildArtifactsPath()101 outputArtifacts.artifactsPath = in buildOutputArtifacts()
595 return VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in getInputVdex()598 return VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in getInputVdex()
158 vdexFiles.add(VdexPath.artifactsPath(thisArtifacts)); in getUsableArtifacts()
26 com.android.server.art.ArtifactsPath artifactsPath;
34 long deleteArtifacts(in com.android.server.art.ArtifactsPath artifactsPath); in deleteArtifacts() argument127 in com.android.server.art.ArtifactsPath artifactsPath); in getArtifactsVisibility() argument229 long getArtifactsSize(in com.android.server.art.ArtifactsPath artifactsPath); in getArtifactsSize() argument
295 DCHECK(vdex_path.getTag() == VdexPath::artifactsPath); in BuildVdexPath()296 return OR_RETURN(BuildArtifactsPath(vdex_path.get<VdexPath::artifactsPath>())).vdex_path; in BuildVdexPath()328 return PreRebootFlag(artifacts.artifactsPath); in PreRebootFlag()332 return PreRebootFlag(vdex_path.get<VdexPath::artifactsPath>()); in PreRebootFlag()
261 if (output_artifacts.artifactsPath.isInDalvikCache) { in PrepareArtifactsDirs()266 OR_RETURN(BuildArtifactsPath(output_artifacts.artifactsPath)).oat_path); in PrepareArtifactsDirs()1001 OR_RETURN_FATAL(BuildArtifactsPath(in_outputArtifacts.artifactsPath)); in dexopt()1026 if (!in_outputArtifacts.artifactsPath.isInDalvikCache) { in dexopt()1155 if (!in_outputArtifacts.artifactsPath.isInDalvikCache) { in dexopt()
373 .artifactsPath = artifacts_path_, in SetUp()2685 output_artifacts_.artifactsPath.isPreReboot = true; in SetUp()
178 deepEq(VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in testDexoptInputVdex()189 deepEq(VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in testDexoptInputVdex()603 argThat(artifactsPath -> artifactsPath.dexPath == mDexPath))) in testDexoptNeedsToBeShared()643 argThat(artifactsPath -> artifactsPath.dexPath == mDexPath))) in testDexoptNeedsToBeSharedArtifactsArePublic()
1213 inAnyOrderDeepEquals(VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in testCleanup()1286 deepEq(VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in testGetArtManagedFileStats()