Home
last modified time | relevance | path

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

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