Searched refs:outDexFile (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
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()
|
D | ArtManagerService.java | 492 final String outDexFile = dataDir.getAbsolutePath() + "/code_cache/compiled_view.dex"; in compileLayouts() local 503 ") to " + outDexFile); in compileLayouts() 507 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 70 @utf8InCpp String outDexFile, int uid); in compileLayouts() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 805 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() argument 807 return mInstalld.compileLayouts(apkPath, packageName, outDexFile, uid); in compileLayouts()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 120 const std::string& outDexFile, int uid, bool* _aidl_return);
|
D | InstalldNativeService.cpp | 2427 const std ::string& outDexFile, int uid, in compileLayouts() 2431 const char* out_dex_file = outDexFile.c_str(); in compileLayouts()
|