Searched refs:GetFileMap (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/incremental_delivery/incfs/tests/util/ |
H A D | map_ptr_test.cpp | 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() 267 auto map = GetFileMap(fd.get(), off /* offset */, FILE_SIZE); in TEST_F() [all …]
|