Searched refs:ExtractToFile (Results 1 – 6 of 6) sorted by relevance
47 bool success = zip_entry->ExtractToFile(*file, &error_msg); in TEST_F()
44 bool ExtractToFile(File& file, 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()
2298 bool success = entry->ExtractToFile(*(dex_file.GetFile()), &error_msg); in TEST_F()
3527 if (!dex_file->ExtractToFile(*file, &error_msg)) { in WriteDexFile()