Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DPrettyPrintVisitor.h28 class ApkAssets; variable
H A DRawPrintVisitor.h29 class ApkAssets; variable
/aosp12/frameworks/base/core/java/android/content/res/
H A DApkAssets.java45 public final class ApkAssets { class
291 private ApkAssets(@FormatType int format, @NonNull String path, @PropertyFlags int flags, in ApkAssets() method in ApkAssets
300 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets
311 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets
322 private ApkAssets(@PropertyFlags int flags, @Nullable AssetsProvider assets) { in ApkAssets() method in ApkAssets
/aosp12/frameworks/base/libs/androidfw/
H A DApkAssets.cpp29 ApkAssets::ApkAssets(std::unique_ptr<Asset> resources_asset, in ApkAssets() function in android::ApkAssets