Home
last modified time | relevance | path

Searched refs:artifactsPath (Results 1 – 11 of 11) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java39 var artifactsPath = new ArtifactsPath(); in buildArtifactsPath() local
40 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()
DDexopter.java595 return VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in getInputVdex()
598 return VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in getInputVdex()
DArtFileManager.java158 vdexFiles.add(VdexPath.artifactsPath(thisArtifacts)); in getUsableArtifacts()
/art/artd/binder/com/android/server/art/
DVdexPath.aidl26 com.android.server.art.ArtifactsPath artifactsPath;
DOutputArtifacts.aidl26 com.android.server.art.ArtifactsPath artifactsPath;
DIArtd.aidl34 long deleteArtifacts(in com.android.server.art.ArtifactsPath artifactsPath); in deleteArtifacts() argument
127 in com.android.server.art.ArtifactsPath artifactsPath); in getArtifactsVisibility() argument
229 long getArtifactsSize(in com.android.server.art.ArtifactsPath artifactsPath); in getArtifactsSize() argument
/art/artd/
Dpath_utils.cc295 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()
Dartd.cc261 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()
Dartd_test.cc373 .artifactsPath = artifacts_path_, in SetUp()
2685 output_artifacts_.artifactsPath.isPreReboot = true; in SetUp()
/art/libartservice/service/javatests/com/android/server/art/
DPrimaryDexopterTest.java178 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()
DArtManagerLocalTest.java1213 inAnyOrderDeepEquals(VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in testCleanup()
1286 deepEq(VdexPath.artifactsPath(AidlUtils.buildArtifactsPathAsInput( in testGetArtManagedFileStats()