Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/tests/util/
Dmap_ptr_test.cpp76 std::unique_ptr<IncFsFileMap> GetFileMap(int fd, off64_t offset, size_t length) { in GetFileMap() function in MapPtrTest
92 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
107 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
124 auto map = GetFileMap(fd.get(), sizeof(uint32_t) * 4U /* offset */, FILE_SIZE); in TEST_F()
139 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
156 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
178 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
193 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
204 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
215 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F()
[all …]