HomeSort by relevance Sort by last modified time
    Searched full:apkpath (Results 1 - 7 of 7) sorted by null

  /frameworks/testing/androidtestlib/src/com/android/test/runner/
ClassPathScanner.java 152 for (String apkPath : apkPaths) {
153 mApkPaths.add(apkPath);
161 private void addEntriesFromApk(Set<String> entryNames, String apkPath, ClassNameFilter filter)
165 dexFile = new DexFile(apkPath);
199 for (String apkPath : mApkPaths) {
200 addEntriesFromApk(entryNames, apkPath, filter);
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 204 public int dexopt(String apkPath, int uid, boolean isPublic) {
207 builder.append(apkPath);
310 public int getSizeInfo(String pkgName, int persona, String apkPath, String libDirPath,
318 builder.append(apkPath);
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 123 for (String apkPath : apkPaths) {
124 File file = new File(apkPath);
206 private void findClassesInApk(String apkPath, String packageName,
212 dexFile = new DexFile(apkPath);
233 "Error finding classes at apk path: " + apkPath, e);
  /frameworks/native/cmds/installd/
installd.h 206 int get_size(const char *pkgname, int persona, const char *apkpath, const char *libdirpath,
commands.c 423 int get_size(const char *pkgname, int persona, const char *apkpath,
442 if (validate_system_app_path(apkpath) &&
443 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) {
444 if (stat(apkpath, &s) == 0) {
456 if (!create_cache_path(path, apkpath)) {
    [all...]
installd.c 86 /* pkgdir, persona, apkpath */
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 465 final String apkPath = getContext().getPackageCodePath();
470 final PackageInfo pkgInfo = mPackageManager.getPackageArchiveInfo(apkPath, flags);

Completed in 841 milliseconds