Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/utils/memory/
H A 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
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/file/
H A Dmmap.h118 explicit ScopedMmap(const std::string &filename) in ScopedMmap() function
121 explicit ScopedMmap(FileDescriptorOrHandle fd) : handle_(MmapFile(fd)) {} in ScopedMmap() function
123 explicit ScopedMmap(FileDescriptorOrHandle fd, size_t offset_in_bytes, in ScopedMmap() function
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dmmap.h86 ScopedMmap() : data_(nullptr), size_(0) {} in ScopedMmap() function
87 explicit ScopedMmap(size_t size) { Init(size); } in ScopedMmap() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dscoped_mmap.h43 ScopedMmap() {} in ScopedMmap() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dscoped_mmap.h43 ScopedMmap() {} in ScopedMmap() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/trace_processor/
H A Dtrace_blob.h32 class ScopedMmap; variable
/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/
H A Dtrace_blob.h32 class ScopedMmap; variable
/aosp_15_r20/external/perfetto/src/base/
H A Dscoped_mmap.cc55 ScopedMmap::ScopedMmap(ScopedMmap&& other) noexcept { in ScopedMmap() function in perfetto::base::ScopedMmap