Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java991 st_info = readByte(); in readSymbolTable()
992 st_other = readByte(); in readSymbolTable()
999 st_info = readByte(); in readSymbolTable()
1000 st_other = readByte(); in readSymbolTable()
1209 private int readByte() throws IOException { in readByte() method in ReadElf