Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DPrettyPrintVisitor.h28 class ApkAssets; variable
H A DRawPrintVisitor.h29 class ApkAssets; variable
/aosp14/frameworks/base/core/java/android/content/res/
H A DApkAssets.java48 public final class ApkAssets { class
294 private ApkAssets(@FormatType int format, @NonNull String path, @PropertyFlags int flags, in ApkAssets() method in ApkAssets
303 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets
314 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets
325 private ApkAssets(@PropertyFlags int flags, @Nullable AssetsProvider assets) { in ApkAssets() method in ApkAssets
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DApkAssets.h35 class ApkAssets; variable
/aosp14/frameworks/base/libs/androidfw/
H A DApkAssets.cpp30 ApkAssets::ApkAssets(PrivateConstructorUtil, std::unique_ptr<Asset> resources_asset, in ApkAssets() function in android::ApkAssets