HomeSort by relevance Sort by last modified time
    Searched refs:ValidateDexFileHeader (Results 1 - 2 of 2) sorted by null

  /art/libdexfile/dex/
dex_file_loader_test.cc 267 static void ValidateDexFileHeader(std::unique_ptr<const DexFile> dex_file) {
307 ValidateDexFileHeader(std::move(raw));
314 ValidateDexFileHeader(std::move(raw));
  /art/dex2oat/linker/
oat_writer.cc 450 static bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location) {
478 if (!ValidateDexFileHeader(raw_header, location)) {
611 if (!ValidateDexFileHeader(data.data(), location)) {
    [all...]

Completed in 199 milliseconds