Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.cpp27 AssertionResult ReadFileFromZipToString(const std::string& zip_path, const std::string& file, in ReadFileFromZipToString() argument
31 int32_t result = OpenArchive(zip_path.c_str(), &handle); in ReadFileFromZipToString()
33 return AssertionFailure() << "Failed to open zip '" << zip_path in ReadFileFromZipToString()
41 return AssertionFailure() << "Could not find file '" << file << "' in zip '" << zip_path in ReadFileFromZipToString()
51 return AssertionFailure() << "Failed to extract file '" << file << "' from zip '" << zip_path in ReadFileFromZipToString()
H A DTestHelpers.h30 ::testing::AssertionResult ReadFileFromZipToString(const std::string& zip_path,