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

/dalvik/libdex/
H A DDexSwapVerify.cpp47 const u1* fileStart; member in struct:CheckState
48 const u1* fileEnd; // points to fileStart + fileLen
69 return ((const u1*) ptr) - state->fileStart;
76 return (void*) (state->fileStart + offset);
89 const void* fileStart = state->fileStart; local
91 if ((start < fileStart) || (start > fileEnd)
2984 state.fileStart = addr;

Completed in 44 milliseconds