Searched defs:verify_checksum (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.h34 bool verify_checksum,
46 bool verify_checksum)
51 verify_checksum_(verify_checksum),
42 DexFileVerifier(const DexFile* dex_file, const uint8_t* begin, size_t size, const char* location, bool verify_checksum) argument
H A Ddex_file.cc169 bool verify_checksum,
178 verify_checksum,
186 bool verify_checksum,
204 verify_checksum,
214 bool verify_checksum,
226 return DexFile::OpenZip(fd.Release(), location, verify_checksum, error_msg, dex_files);
232 verify_checksum,
247 bool verify_checksum,
250 return OpenFile(fd, location, true /* verify */, verify_checksum, error_msg);
255 bool verify_checksum,
163 Open(const uint8_t* base, size_t size, const std::string& location, uint32_t location_checksum, const OatDexFile* oat_dex_file, bool verify, bool verify_checksum, std::string* error_msg) argument
182 Open(const std::string& location, uint32_t location_checksum, std::unique_ptr<MemMap> map, bool verify, bool verify_checksum, std::string* error_msg) argument
212 Open(const char* filename, const std::string& location, bool verify_checksum, std::string* error_msg, std::vector<std::unique_ptr<const DexFile>>* dex_files) argument
245 OpenDex(int fd, const std::string& location, bool verify_checksum, std::string* error_msg) argument
253 OpenZip(int fd, const std::string& location, bool verify_checksum, std::string* error_msg, std::vector<std::unique_ptr<const DexFile>>* dex_files) argument
272 OpenFile(int fd, const std::string& location, bool verify, bool verify_checksum, std::string* error_msg) argument
332 OpenOneDexFileFromZip(const ZipArchive& zip_archive, const char* entry_name, const std::string& location, bool verify_checksum, std::string* error_msg, ZipOpenErrorCode* error_code) argument
421 OpenAllDexFilesFromZip(const ZipArchive& zip_archive, const std::string& location, bool verify_checksum, std::string* error_msg, std::vector<std::unique_ptr<const DexFile>>* dex_files) argument
480 OpenCommon(const uint8_t* base, size_t size, const std::string& location, uint32_t location_checksum, const OatDexFile* oat_dex_file, bool verify, bool verify_checksum, std::string* error_msg, VerifyResult* verify_result) argument
[all...]
H A Ddex_file_verifier.cc230 bool verify_checksum,
233 new DexFileVerifier(dex_file, begin, size, location, verify_checksum));
226 Verify(const DexFile* dex_file, const uint8_t* begin, size_t size, const char* location, bool verify_checksum, std::string* error_msg) argument
/art/dexlayout/
H A Ddexlayout.cc1906 /*verify_checksum*/ false,
1966 const bool verify_checksum = !options_.ignore_bad_checksum_; local
1969 if (!DexFile::Open(file_name, file_name, verify_checksum, &error_msg, &dex_files)) {

Completed in 61 milliseconds