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

/dalvik/libdex/
H A DDexSwapVerify.cpp73 const u1* fileStart; member in struct:CheckState
74 const u1* fileEnd; // points to fileStart + fileLen
93 return ((const u1*) ptr) - state->fileStart;
100 return (void*) (state->fileStart + offset);
113 const void* fileStart = state->fileStart; local
115 if ((start < fileStart) || (start > fileEnd)
2874 state.fileStart = addr;

Completed in 347 milliseconds