Searched refs:FULLPATH0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | unlink.cc | 65 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() 82 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F() 166 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() 183 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F() 214 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() 226 fd = open(FULLPATH0, O_RDWR); in TEST_F() 228 ASSERT_EQ(0, unlink(FULLPATH0)) << strerror(errno); in TEST_F() 66 const char FULLPATH0[] = "mountpoint/some_file.txt"; TEST_F() local 167 const char FULLPATH0[] = "mountpoint/some_file.txt"; TEST_F() local 215 const char FULLPATH0[] = "mountpoint/some_file.txt"; TEST_F() local
|
H A D | destroy.cc | 71 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 114 __DECONST(void*, FULLPATH0))) << strerror(errno); in TEST_F()
|
H A D | flush.cc | 144 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 163 fd0 = open(FULLPATH0, O_WRONLY); in TEST_F()
|
H A D | setattr.cc | 162 const char FULLPATH0[] = "mountpoint/some_file.txt"; in TEST_F() local 212 ASSERT_EQ(0, chmod(FULLPATH0, newmode)) << strerror(errno); in TEST_F() 213 ASSERT_EQ(0, stat(FULLPATH0, &sb)) << strerror(errno); in TEST_F()
|