Searched refs:FULLPATH0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | unlink.cc | 68 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 85 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F() 169 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 186 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F() 217 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 229 fd = open(FULLPATH0, O_RDWR); in TEST_F() 231 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F()
|
| H A D | destroy.cc | 73 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 116 __DECONST(void*, FULLPATH0))) << strerror(errno); in TEST_F()
|
| H A D | flush.cc | 146 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 165 fd0 = open(FULLPATH0, O_WRONLY); in TEST_F()
|
| H A D | setattr.cc | 150 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 200 ASSERT_EQ(0, chmod(FULLPATH0, newmode)) << strerror(errno); in TEST_F() 201 ASSERT_EQ(0, stat(FULLPATH0, &sb)) << strerror(errno); in TEST_F()
|