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

/dalvik/libdex/
H A DDexSwapVerify.cpp48 const u1* fileEnd; // points to fileStart + fileLen member in struct:CheckState
90 const void* fileEnd = state->fileEnd; local
91 if ((start < fileStart) || (start > fileEnd)
92 || (end < start) || (end > fileEnd)) {
1625 DexClassData* classData = dexReadAndVerifyClassData(&data, state->fileEnd);
1678 DexClassData* classData = dexReadAndVerifyClassData(&data, state->fileEnd);
1725 const u1* fileEnd = state->fileEnd; local
1733 int size = readAndVerifySignedLeb128(&ptr, fileEnd,
1939 const u1* fileEnd = state->fileEnd; local
2040 const u1* fileEnd = state->fileEnd; local
2376 const u1* fileEnd = state->fileEnd; local
[all...]

Completed in 175 milliseconds