Searched defs:ScopedMmap (Results 1 – 2 of 2) 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
99 explicit ScopedMmap(const string &filename) in ScopedMmap() function102 explicit ScopedMmap(int fd) in ScopedMmap() function