Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java345 Path deviceFilePath = Paths.get("/dev/null"); in test_isRegularFile() local
346 assertTrue(Files.exists(deviceFilePath)); in test_isRegularFile()
347 assertFalse(Files.isRegularFile(deviceFilePath)); in test_isRegularFile()