Lines Matching refs:FULLPATH
98 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
111 fd = open(FULLPATH, O_RDWR); in TEST_F()
132 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
160 fd = open(FULLPATH, O_RDWR); in TEST_F()
168 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
180 fd = open(FULLPATH, O_RDWR); in TEST_F()
196 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
208 fd = open(FULLPATH, O_RDWR); in TEST_F()
221 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
233 fd = open(FULLPATH, O_RDWR); in TEST_F()
243 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
255 fd = open(FULLPATH, O_RDWR); in TEST_F()
266 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() local
278 fd1 = open(FULLPATH, O_WRONLY); in TEST_F()
280 fd2 = open(FULLPATH, O_RDONLY); in TEST_F()