Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java992 st_info = readByte(); in readSymbolTable()
993 st_other = readByte(); in readSymbolTable()
1000 st_info = readByte(); in readSymbolTable()
1001 st_other = readByte(); in readSymbolTable()
1210 private int readByte() throws IOException { in readByte() method in ReadElf