Searched defs:ScopedMmap (Results 1 – 1 of 1) sorted by relevance
119 explicit ScopedMmap(const std::string &filename) in ScopedMmap() function122 explicit ScopedMmap(int fd) : handle_(MmapFile(fd)) {} in ScopedMmap() function124 ScopedMmap(int fd, int segment_offset, int segment_size) in ScopedMmap() function