Searched defs:apkPath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | InstallerConnection.java | 137 public void dexopt(String apkPath, int uid, String instructionSet, int dexoptNeeded, in dexopt() 144 public void dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 135 public void dexopt(String apkPath, int uid, String instructionSet, int dexoptNeeded, in dexopt() 143 public void dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() 221 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb()
|
D | ProcessLoggingHandler.java | 71 void invalidateProcessLoggingBaseApkHash(String apkPath) { in invalidateProcessLoggingBaseApkHash()
|
/frameworks/base/test-runner/src/android/test/ |
D | ClassPathPackageInfoSource.java | 207 private void findClassesInApk(String apkPath, String packageName, in findClassesInApk()
|
/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDex.java | 112 String apkPath = applicationInfo.sourceDir; in install() local
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFactory.java | 479 private static String getLoadFromApkPath(String apkPath, in getLoadFromApkPath()
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 550 com_android_internal_content_NativeLibraryHelper_openApk(JNIEnv *env, jclass, jstring apkPath) in com_android_internal_content_NativeLibraryHelper_openApk()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 888 private static int loadApkIntoAssetManager(AssetManager assets, String apkPath, int flags) in loadApkIntoAssetManager() 908 final String apkPath = apkFile.getAbsolutePath(); in parseBaseApk() local 957 final String apkPath = pkg.splitCodePaths[splitIndex]; in parseSplitApk() local 1151 final String apkPath = apkFile.getAbsolutePath(); in collectCertificates() local 1304 final String apkPath = apkFile.getAbsolutePath(); in parseApkLite() local
|