Searched refs:ExtractToFile (Results 1 – 5 of 5) sorted by relevance
47 bool success = zip_entry->ExtractToFile(*file, &error_msg); in TEST_F()
46 bool ExtractToFile(File& file, /*out*/std::string* error_msg);
61 bool ZipEntry::ExtractToFile(File& file, std::string* error_msg) { in ExtractToFile() function in art::ZipEntry
61 } else if (!jar_classes_dex->ExtractToFile(*in_dex.GetFile(), &error)) { in RunHiddenapiEncode()
2022 bool success = entry->ExtractToFile(*(dex_file.GetFile()), &error_msg); in TEST_F()