Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/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
/external/libtextclassifier/lang_id/common/file/
Dmmap.h99 explicit ScopedMmap(const string &filename) in ScopedMmap() function
102 explicit ScopedMmap(int fd) in ScopedMmap() function