Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DFileMap.cpp97 size_t adjLength; in create() local
118 adjLength = length + adjust; in create()
124 adjLength ); in create()
127 adjOffset, adjLength, GetLastError() ); in create()
136 size_t adjLength; in create() local
162 adjLength = length + adjust; in create()
169 ptr = mmap(NULL, adjLength, prot, flags, fd, adjOffset); in create()
179 (long) adjOffset, (long) adjLength, strerror(errno)); in create()
186 mBaseLength = adjLength; in create()