Home
last modified time | relevance | path

Searched refs:FULLPATH1 (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/tests/sys/fs/fusefs/
HDunlink.cc67 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()
HDcopy_file_range.cc150 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 …]
HDdestroy.cc72 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
116 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
HDflush.cc146 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
166 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
HDinterrupt.cc406 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()
HDsetattr.cc164 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()