Searched refs:FULLPATH1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/tests/sys/fs/fusefs/ |
| D | unlink.cc | 70 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 81 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 171 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 193 ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno); in TEST_F() 219 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 238 ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno); in TEST_F()
|
| D | destroy.cc | 74 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 118 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
|
| D | flush.cc | 148 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 168 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
|
| D | interrupt.cc | 408 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 441 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 480 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 516 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
|
| D | setattr.cc | 152 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 197 ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno); in TEST_F() 203 ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno); in TEST_F()
|