Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DExecutableMemory.cpp167 void ensureAnonFileSize(int anonFd, size_t length) in ensureAnonFileSize() argument
172 ftruncate(anonFd, length); in ensureAnonFileSize()
263 int anonFd = anonymousFd(); in allocateMemoryPages() local
264 if(anonFd == -1) in allocateMemoryPages()
270 ensureAnonFileSize(anonFd, length); in allocateMemoryPages()
274 nullptr, length, permissionsToMmapProt(permissions), flags, anonFd, 0); in allocateMemoryPages()