Home
last modified time | relevance | path

Searched defs:EI_CLASS (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/library/elf/
Dconsts.py23 EI_CLASS = 4 # File class variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java40 private static final int EI_CLASS = 4; field in ReadElf