Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dsysutil.h99 bool MapFD(int fd);
/bootable/recovery/otautil/
Dsysutil.cpp105 bool MemMapping::MapFD(int fd) { in MapFD() function in MemMapping
205 if (!MapFD(fd)) { in MapFile()