Home | History | Annotate | Download | only in util

Lines Matching defs:EI_NIDENT

36     private static final int EI_NIDENT = 16;
594 if (mFile.length() < EI_NIDENT) {
620 mFile.readFully(mBuffer, 0, EI_NIDENT);