Home
last modified time | relevance | path

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

/freebsd-12-stable/tests/sys/fs/fusefs/
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()
Ddestroy.cc74 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
118 __DECONST(void*, FULLPATH1))) << strerror(errno); in TEST_F()
Dflush.cc148 const char FULLPATH1[] = "mountpoint/other_file.txt"; in TEST_F() local
168 fd1 = open(FULLPATH1, O_WRONLY); in TEST_F()
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()
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()