Searched refs:LoadBinaryApkFromFileCollection (Results 1 – 2 of 2) sorted by relevance
56 static std::unique_ptr<LoadedApk> LoadBinaryApkFromFileCollection(
87 return LoadBinaryApkFromFileCollection(source, std::move(apk), diag); in LoadApkFromPath()154 std::unique_ptr<LoadedApk> LoadedApk::LoadBinaryApkFromFileCollection( in LoadBinaryApkFromFileCollection() function in aapt::LoadedApk