Searched refs:stringIdsOff (Results 1 - 5 of 5) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java117 mHeaderItem.stringIdsOff = readInt();
145 seek(mHeaderItem.stringIdsOff);
536 public int stringIdsSize, stringIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.cpp271 pDexFile->pStringIds = (const DexStringId*) (data + pHeader->stringIdsOff);
H A DDexFile.h283 u4 stringIdsOff; member in struct:DexHeader
H A DDexSwapVerify.cpp263 SWAP_OFFSET4(pHeader->stringIdsOff);
459 && ((state->pHeader->stringIdsOff != 0)
2650 sectionCount, state->pHeader->stringIdsOff,
/dalvik/dexdump/
H A DDexDump.cpp442 pHeader->stringIdsOff, pHeader->stringIdsOff);

Completed in 100 milliseconds