Home
last modified time | relevance | path

Searched refs:ReadMmapFilePart (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/src/base/
H A Dscoped_mmap_unittest.cc55 ScopedMmap mapped = ReadMmapFilePart(tmp.AbsolutePath("f1.txt").c_str(), 4); in TEST_F()
76 ScopedMmap mapped = ReadMmapFilePart(tmp.AbsolutePath("f1.txt").c_str(), 3); in TEST_F()
H A Dscoped_mmap.cc144 ScopedMmap ReadMmapFilePart(const char* fname, size_t length) { in ReadMmapFilePart() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dscoped_mmap.h85 ScopedMmap ReadMmapFilePart(const char* fname, size_t length);
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dscoped_mmap.h85 ScopedMmap ReadMmapFilePart(const char* fname, size_t length);
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dlocal_symbolizer.cc305 base::ScopedMmap map = base::ReadMmapFilePart(fname, size); in GetBinaryInfo()