OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsVersionValid
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
oat_file.cc
315
if (UNLIKELY(!DexFile::
IsVersionValid
(dex_file_pointer))) {
dex_file.cc
395
if (!
IsVersionValid
(header_->magic_)) {
412
bool DexFile::
IsVersionValid
(const byte* magic) {
[
all
...]
dex_file.h
449
static bool
IsVersionValid
(const byte* magic);
[
all
...]
Completed in 317 milliseconds