Home
last modified time | relevance | path

Searched defs:ScopedMmap (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/util/memory/
Dmmap.h119 explicit ScopedMmap(const std::string &filename) in ScopedMmap() function
122 explicit ScopedMmap(int fd) : handle_(MmapFile(fd)) {} in ScopedMmap() function
124 ScopedMmap(int fd, int segment_offset, int segment_size) in ScopedMmap() function