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

/frameworks/base/libs/androidfw/include/androidfw/
H A DApkAssets.h33 class ApkAssets { class in namespace:android
35 static std::unique_ptr<const ApkAssets> Load(const std::string& path, bool system = false);
36 static std::unique_ptr<const ApkAssets> LoadAsSharedLibrary(const std::string& path,
50 DISALLOW_COPY_AND_ASSIGN(ApkAssets);
52 static std::unique_ptr<const ApkAssets> LoadImpl(const std::string& path, bool system,
55 ApkAssets() = default;

Completed in 52 milliseconds