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

/system/core/libutils/
H A DFileMap.cpp97 size_t adjLength; local
118 adjLength = length + adjust;
124 adjLength );
127 adjOffset, adjLength, GetLastError() );
136 size_t adjLength; local
162 adjLength = length + adjust;
169 ptr = mmap(NULL, adjLength, prot, flags, fd, adjOffset);
179 (long) adjOffset, (long) adjLength, strerror(errno));
186 mBaseLength = adjLength;

Completed in 52 milliseconds