Searched defs:ScopedMmap (Results 1 – 3 of 3) 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
110 explicit ScopedMmap(const std::string &filename) in ScopedMmap() function113 explicit ScopedMmap(FileDescriptorOrHandle fd) : handle_(MmapFile(fd)) {} in ScopedMmap() function
139 class ScopedMmap { class141 ScopedMmap(void* addr, in ScopedMmap() function in perfetto::profiling::__anona0ff1e910111::ScopedMmap