Home
last modified time | relevance | path

Searched defs:FileMap (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/libutils/
H A DFileMap_test.cpp23 TEST(FileMap, zero_length_mapping) { in TEST() argument
36 TEST(FileMap, large_offset) { in TEST() argument
56 TEST(FileMap, offset_overflow) { in TEST() argument
H A DFileMap.cpp50 FileMap::FileMap(void) in FileMap() function in FileMap
65 FileMap::FileMap(FileMap&& other) noexcept in FileMap() function in FileMap
/aosp12/system/incremental_delivery/incfs/util/include/util/
H A Dmap_ptr.h35 class FileMap; variable
/aosp12/system/extras/mmap-perf/
H A DmmapPerf.cpp47 class FileMap { class
58FileMap(const string &name, size_t size, Hint hint = FILE_MAP_HINT_NONE) : m_name{name}, m_size{si… in FileMap() function in FileMap
/aosp12/frameworks/compile/libbcc/lib/
H A DFileBase.h26 class FileMap; variable