Home
last modified time | relevance | path

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

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