Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/fs/fusefs/
H A Dunlink.cc70 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 Dcopy_file_range.cc142 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 Ddestroy.cc74 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
118 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
H A Dflush.cc148 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
168 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
H A Dinterrupt.cc408 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 Dsetattr.cc152 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()