OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pStringId
(Results
1 - 2
of
2
) sorted by null
/dalvik/libdex/
DexFile.h
615
const DexStringId*
pStringId
) {
616
const u1* ptr = pDexFile->baseAddr +
pStringId
->stringDataOff;
630
const DexStringId*
pStringId
= dexGetStringId(pDexFile, idx);
631
return dexGetStringData(pDexFile,
pStringId
);
DexFile.cpp
107
const DexStringId*
pStringId
= dexGetStringId(pDexFile, idx);
108
const u1* ptr = pDexFile->baseAddr +
pStringId
->stringDataOff;
Completed in 32 milliseconds