Searched refs:debugPathName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 558 jobject fileDescriptor, jstring debugPathName) in com_android_internal_content_NativeLibraryHelper_openApkFd() argument 560 ScopedUtfChars debugFilePath(env, debugPathName); in com_android_internal_content_NativeLibraryHelper_openApkFd()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AssetManager.h | 109 bool addAssetFd(int fd, const String8& debugPathName, int32_t* cookie,
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 302 int fd, const String8& debugPathName, int32_t* cookie, bool appAsLib, in addAssetFd() argument 308 ap.path = debugPathName; in addAssetFd()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1578 public static ApkLite parseApkLite(FileDescriptor fd, String debugPathName, int flags) in parseApkLite() argument 1580 return parseApkLiteInner(null, fd, debugPathName, flags); in parseApkLite() 1583 private static ApkLite parseApkLiteInner(File apkFile, FileDescriptor fd, String debugPathName, in parseApkLiteInner() argument 1585 final String apkPath = fd != null ? debugPathName : apkFile.getAbsolutePath(); in parseApkLiteInner() 1592 ? ApkAssets.loadFromFd(fd, debugPathName, false, false) in parseApkLiteInner()
|