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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java102 private String mArchiveSourcePath; field in class:PackageParser
188 mArchiveSourcePath = archiveSourcePath;
394 mArchiveSourcePath = sourceFile.getPath();
396 Slog.w(TAG, "Skipping dir: " + mArchiveSourcePath);
405 Slog.w(TAG, "Skipping non-package file: " + mArchiveSourcePath);
412 Slog.d(TAG, "Scanning package: " + mArchiveSourcePath);
420 int cookie = assmgr.addAssetPath(mArchiveSourcePath);
428 Slog.w(TAG, "Failed adding asset path:"+mArchiveSourcePath);
432 + mArchiveSourcePath, e);
456 Slog.w(TAG, mArchiveSourcePath, errorExceptio
[all...]

Completed in 249 milliseconds