Home
last modified time | relevance | path

Searched refs:outDexFile (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DViewCompiler.java46 final String outDexFile = dataDir.getAbsolutePath() + "/code_cache/compiled_view.dex"; in compileLayouts() local
48 ") to " + outDexFile); in compileLayouts()
52 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
H A DArtManagerService.java551 final String outDexFile = dataDir.getAbsolutePath() + "/code_cache/compiled_view.dex"; in compileLayouts() local
562 ") to " + outDexFile); in compileLayouts()
565 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java1128 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() argument
1130 return mInstalld.compileLayouts(apkPath, packageName, outDexFile, uid); in compileLayouts()