Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc283 const uint8_t* file_start = reinterpret_cast<const uint8_t*>(begin_); in CheckListSize() local
291 static_cast<size_t>(range_start - file_start), in CheckListSize()
297 const uint8_t* file_end = file_start + size_; in CheckListSize()
298 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) { in CheckListSize()
301 static_cast<size_t>(range_start - file_start), in CheckListSize()
302 static_cast<size_t>(range_end - file_start)); in CheckListSize()