Home
last modified time | relevance | path

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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java136 int stringOffsets[] = new int[count]; in loadStrings() local
141 readByteBuffer(Integer.BYTES * count).asIntBuffer().get(stringOffsets); in loadStrings()
145 seek(stringOffsets[0]); in loadStrings()
147 seek(stringOffsets[i]); // should be a no-op in loadStrings()