Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java47 private static final int STRING_IDS = 2; field in DexFileReader
79 readSize(STRING_IDS); in read()
80 readOffset(STRING_IDS); in read()
149 int nStrings = size[STRING_IDS]; in readStrings()
150 b.setPosition(off[STRING_IDS]); // the first string offset is here in readStrings()