Home
last modified time | relevance | path

Searched refs:LoadImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DApkAssets.cpp34 return ApkAssets::LoadImpl(path, system, false /*load_as_shared_library*/); in Load()
39 return ApkAssets::LoadImpl(path, system, true /*load_as_shared_library*/); in LoadAsSharedLibrary()
42 std::unique_ptr<const ApkAssets> ApkAssets::LoadImpl(const std::string& path, bool system, in LoadImpl() function in android::ApkAssets
/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h52 static std::unique_ptr<const ApkAssets> LoadImpl(const std::string& path, bool system,