Home
last modified time | relevance | path

Searched refs:path_f1 (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultSecureDirectoryStreamTest.java62 Path path_f1; field in DefaultSecureDirectoryStreamTest
82 path_f1 = filesSetup.getPathInTestDir("dir/f1"); in setup()
91 Files.createFile(path_f1); in setup()
176 relativize(path_f1))) { in test_newDirectoryStream_Exception()
188 relativize(path_f1), (LinkOption) null)) { in test_newDirectoryStream_Exception()
219 path_root.relativize(path_f1), set)) { in test_newByteChannel()
226 writeToFile(path_f1, TEST_FILE_DATA); in test_newByteChannel()
228 path_root.relativize(path_f1), set)) { in test_newByteChannel()
240 path_root.relativize(path_f1), set)) { in test_newByteChannel()
268 ds_path_root.deleteFile(path_root.relativize(path_f1)); in test_deleteFile()
[all …]
DDefaultFileSystemProviderTest.java743 Path path_f1 = filesSetup.getPathInTestDir("dir/f1"); in test_newDirectoryStream$Path$Filter() local
751 Files.createFile(path_f1); in test_newDirectoryStream$Path$Filter()