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

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

Completed in 66 milliseconds