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
118 explicit ScopedMmap(const std::string &filename) in ScopedMmap() function121 explicit ScopedMmap(FileDescriptorOrHandle fd) : handle_(MmapFile(fd)) {} in ScopedMmap() function123 explicit ScopedMmap(FileDescriptorOrHandle fd, size_t offset_in_bytes, in ScopedMmap() function