Home
last modified time | relevance | path

Searched defs:debugPathName (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java225 FileDescriptor fd, String debugPathName, int flags) { in parseApkLite()
230 File apkFile, FileDescriptor fd, String debugPathName, int flags) { in parseApkLiteInner()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp558 jobject fileDescriptor, jstring debugPathName) in com_android_internal_content_NativeLibraryHelper_openApkFd()
/frameworks/base/libs/androidfw/
DAssetManager.cpp302 int fd, const String8& debugPathName, int32_t* cookie, bool appAsLib, in addAssetFd()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1432 public static ApkLite parseApkLite(FileDescriptor fd, String debugPathName, int flags) in parseApkLite()
1437 private static ApkLite parseApkLiteInner(File apkFile, FileDescriptor fd, String debugPathName, in parseApkLiteInner()