Searched defs:mArchiveSourcePath (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java145 private String mArchiveSourcePath; field in class:PackageParser
234 mArchiveSourcePath = archiveSourcePath;
478 mArchiveSourcePath = sourceFile.getPath();
480 Slog.w(TAG, "Skipping dir: " + mArchiveSourcePath);
489 Slog.w(TAG, "Skipping non-package file: " + mArchiveSourcePath);
496 Slog.d(TAG, "Scanning package: " + mArchiveSourcePath);
504 int cookie = assmgr.addAssetPath(mArchiveSourcePath);
512 Slog.w(TAG, "Failed adding asset path:"+mArchiveSourcePath);
516 + mArchiveSourcePath, e);
540 Slog.w(TAG, mArchiveSourcePath, errorExceptio
[all...]

Completed in 56 milliseconds