Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLoadedApk.h56 static std::unique_ptr<LoadedApk> LoadBinaryApkFromFileCollection(
DLoadedApk.cpp87 return LoadBinaryApkFromFileCollection(source, std::move(apk), diag); in LoadApkFromPath()
154 std::unique_ptr<LoadedApk> LoadedApk::LoadBinaryApkFromFileCollection( in LoadBinaryApkFromFileCollection() function in aapt::LoadedApk