Searched refs:FULLPATH1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A 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()
|
| H A D | copy_file_range.cc | 142 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 176 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 188 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 231 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 266 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 309 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 351 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 397 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 486 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 595 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() [all …]
|
| H A D | destroy.cc | 74 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 118 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
|
| H A D | flush.cc | 148 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 168 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
|
| H A 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()
|
| H A 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()
|