Searched refs:deviceFilePath (Results 1 – 1 of 1) sorted by relevance
345 Path deviceFilePath = Paths.get("/dev/null"); in test_isRegularFile() local346 assertTrue(Files.exists(deviceFilePath)); in test_isRegularFile()347 assertFalse(Files.isRegularFile(deviceFilePath)); in test_isRegularFile()