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