Searched refs:adjLength (Results 1 – 1 of 1) sorted by relevance
/system/core/libutils/ |
D | FileMap.cpp | 141 size_t adjLength; in create() local 162 adjLength = length + adjust; in create() 168 adjLength ); in create() 171 adjOffset, adjLength, GetLastError() ); in create() 192 size_t adjLength = length + adjust; in create() 198 void* ptr = mmap(nullptr, adjLength, prot, flags, fd, adjOffset); in create() 204 ALOGE("mmap(%lld,%zu) failed: %s\n", (long long)adjOffset, adjLength, strerror(errno)); in create() 212 mBaseLength = adjLength; in create()
|