Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DViewCompiler.java41 final String outDexFile = appInfo.dataDir + "/code_cache/compiled_view.dex"; in compileLayouts() local
43 ") to " + outDexFile); in compileLayouts()
47 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
DArtManagerService.java486 final String outDexFile = appInfo.dataDir + "/code_cache/compiled_view.dex"; in compileLayouts() local
497 ") to " + outDexFile); in compileLayouts()
501 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl62 @utf8InCpp String outDexFile, int uid); in compileLayouts() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java714 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() argument
716 return mInstalld.compileLayouts(apkPath, packageName, outDexFile, uid); in compileLayouts()
/frameworks/native/cmds/installd/
DInstalldNativeService.h110 const std::string& outDexFile, int uid, bool* _aidl_return);
DInstalldNativeService.cpp2325 const std ::string& outDexFile, int uid, in compileLayouts()
2329 const char* out_dex_file = outDexFile.c_str(); in compileLayouts()