Searched refs:FULLPATH1 (Results 1 – 6 of 6) sorted by relevance
| /src/tests/sys/fs/fusefs/ |
| H A D | unlink.cc | 67 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 78 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 168 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 190 ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno); in TEST_F() 216 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 235 ASSERT_EQ(0, access(FULLPATH1, F_OK)) << strerror(errno); in TEST_F()
|
| H A D | copy_file_range.cc | 150 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 184 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 196 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 239 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 274 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 317 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 397 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 429 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 443 const char FULLPATH1[] = "mountpoint/src.txt"; in TEST_F() local 482 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() [all …]
|
| H A D | destroy.cc | 153 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 197 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
|
| H A D | flush.cc | 176 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 196 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
|
| H A D | interrupt.cc | 406 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 439 fd1 = open(FULLPATH1, O_RDONLY); in TEST_F() 478 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 514 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
|
| H A D | setattr.cc | 164 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local 209 ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno); in TEST_F() 215 ASSERT_EQ(0, stat(FULLPATH1, &sb)) << strerror(errno); in TEST_F()
|