Searched refs:parseApkLiteInner (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 333 return parseApkLiteInner(input, apkFile, null, null, flags); in parseApkLite() 347 return parseApkLiteInner(input, null, fd, debugPathName, flags); in parseApkLite() 350 private static ParseResult<ApkLite> parseApkLiteInner(ParseInput input, in parseApkLiteInner() method in ApkLiteParseUtils
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1474 return parseApkLiteInner(apkFile, null, null, flags); in parseApkLite() 1488 return parseApkLiteInner(null, fd, debugPathName, flags); in parseApkLite() 1491 private static ApkLite parseApkLiteInner(File apkFile, FileDescriptor fd, String debugPathName, in parseApkLiteInner() method in PackageParser
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4823 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLiteInner(Landroid/content/pm/parsing/re…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4826 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLiteInner(Landroid/content/pm/parsing/re…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12905 Landroid/content/pm/PackageParser;->parseApkLiteInner(Ljava/io/File;Ljava/io/FileDescriptor;Ljava/l…
|