Searched refs:tmp1 (Results 1 – 1 of 1) sorted by relevance
| /system/utest/fs/ |
| A D | test-mmap.cpp | 62 char tmp1[] = "this is a temporary buffer"; in TestMmapReadable() local 64 ASSERT_EQ(write(fd, tmp1, sizeof(tmp1)), sizeof(tmp1)); in TestMmapReadable() 69 ASSERT_EQ(memcmp(addr, tmp1, sizeof(tmp1)), 0); in TestMmapReadable() 78 ASSERT_EQ(memcmp(addr, tmp1, sizeof(tmp1)), 0); in TestMmapReadable() 98 char tmp1[] = "this is a temporary buffer"; in TestMmapWritable() local 100 ASSERT_EQ(write(fd, tmp1, sizeof(tmp1)), sizeof(tmp1)); in TestMmapWritable() 105 ASSERT_EQ(memcmp(addr, tmp1, sizeof(tmp1)), 0); in TestMmapWritable() 108 ASSERT_EQ(ftruncate(fd, sizeof(tmp1) + sizeof(tmp2)), 0); in TestMmapWritable() 119 ASSERT_EQ(memcmp(addr, tmp1, sizeof(tmp1)), 0); in TestMmapWritable() 124 ASSERT_EQ(memcmp(addr, tmp1, sizeof(tmp1)), 0); in TestMmapWritable() [all …]
|
Completed in 3 milliseconds