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

/system/core/libutils/
H A DFileMap.cpp127 size_t adjLength; local
148 adjLength = length + adjust;
154 adjLength );
157 adjOffset, adjLength, GetLastError() );
165 size_t adjLength;
184 adjLength = length + adjust;
191 ptr = mmap(NULL, adjLength, prot, flags, fd, adjOffset);
194 (long long)adjOffset, adjLength, strerror(errno));
201 mBaseLength = adjLength;

Completed in 232 milliseconds