Searched defs:fileEnd (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexSwapVerify.cpp74 const u1* fileEnd; // points to fileStart + fileLen member in struct:CheckState
114 const void* fileEnd = state->fileEnd; local
115 if ((start < fileStart) || (start > fileEnd)
116 || (end < start) || (end > fileEnd)) {
1550 DexClassData* classData = dexReadAndVerifyClassData(&data, state->fileEnd);
1603 DexClassData* classData = dexReadAndVerifyClassData(&data, state->fileEnd);
1650 const u1* fileEnd = state->fileEnd; local
1658 int size = readAndVerifySignedLeb128(&ptr, fileEnd,
1861 const u1* fileEnd = state->fileEnd; local
1962 const u1* fileEnd = state->fileEnd; local
2273 const u1* fileEnd = state->fileEnd; local
[all...]

Completed in 50 milliseconds