Searched refs:CONTENTS0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | write.cc | 363 const char CONTENTS0[] = "abcdefgh"; in TEST_F() local 367 ssize_t bufsize = strlen(CONTENTS0) + 1; in TEST_F() 372 expect_read(ino, 0, bufsize, bufsize, CONTENTS0); in TEST_F() 521 const char *CONTENTS0 = "abcdefgh"; in TEST_F() local 526 ssize_t size0 = strlen(CONTENTS0) - 1; in TEST_F() 538 iov[0].iov_base = __DECONST(void*, CONTENTS0); in TEST_F() 539 iov[0].iov_len = strlen(CONTENTS0); in TEST_F() 1241 const char CONTENTS0[] = "abcdefgh"; in TEST_F() local 1245 ssize_t bufsize = strlen(CONTENTS0) + 1; in TEST_F() 1263 ASSERT_EQ(bufsize, pwrite(fd, CONTENTS0, bufsize, 0)) in TEST_F() [all …]
|
H A D | notify.cc | 327 const char CONTENTS0[] = "abcdefgh"; in TEST_F() local 336 ssize_t size0 = sizeof(CONTENTS0); in TEST_F() 356 expect_read(ino, 0, size0, size0, CONTENTS0); in TEST_F() 363 EXPECT_EQ(0, memcmp(buf, CONTENTS0, size0)); in TEST_F()
|
H A D | read.cc | 1263 const char *CONTENTS0 = "abcdefghijklmnop"; in TEST_F() local 1270 const char *contents1 = CONTENTS0 + bufsize; in TEST_F() 1273 memmove(contents, CONTENTS0, strlen(CONTENTS0)); in TEST_F() 1284 ASSERT_EQ(0, memcmp(buf, CONTENTS0, bufsize)); in TEST_F()
|