Home
last modified time | relevance | path

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

/aosp12/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.java492 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()
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl68 @utf8InCpp String outDexFile, int uid); in compileLayouts() argument
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java936 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() argument
938 return mInstalld.compileLayouts(apkPath, packageName, outDexFile, uid); in compileLayouts()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h123 const std::string& outDexFile, int uid, bool* _aidl_return);
H A DInstalldNativeService.cpp2453 const std ::string& outDexFile, int uid, in compileLayouts()
2457 const char* out_dex_file = outDexFile.c_str(); in compileLayouts()