Home
last modified time | relevance | path

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

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