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

/system/core/libutils/
H A DFileMap.cpp90 size_t adjLength; local
111 adjLength = length + adjust;
117 adjLength );
120 adjOffset, adjLength, GetLastError() );
128 size_t adjLength;
147 adjLength = length + adjust;
154 ptr = mmap(NULL, adjLength, prot, flags, fd, adjOffset);
157 (long long)adjOffset, adjLength, strerror(errno));
164 mBaseLength = adjLength;

Completed in 42 milliseconds