Home
last modified time | relevance | path

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

/system/core/libutils/
DFileMap.cpp96 size_t adjLength; in create() local
117 adjLength = length + adjust; in create()
123 adjLength ); in create()
126 adjOffset, adjLength, GetLastError() ); in create()
135 size_t adjLength; in create() local
161 adjLength = length + adjust; in create()
168 ptr = mmap(NULL, adjLength, prot, flags, fd, adjOffset); in create()
178 (long long)adjOffset, adjLength, strerror(errno)); in create()
185 mBaseLength = adjLength; in create()