Searched refs:ExtractToFile (Results 1 – 3 of 3) sorted by relevance
46 bool success = zip_entry->ExtractToFile(*file, &error_msg); in TEST_F()
43 bool ExtractToFile(File& file, std::string* error_msg);
66 bool ZipEntry::ExtractToFile(File& file, std::string* error_msg) { in ExtractToFile() function in art::ZipEntry