Searched refs:outDexFile (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ViewCompiler.java | 46 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 D | ArtManagerService.java | 551 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 D | Installer.java | 1128 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() argument 1130 return mInstalld.compileLayouts(apkPath, packageName, outDexFile, uid); in compileLayouts()
|