Home | History | Annotate | Download | only in file

Lines Matching defs:exists

167         // When file exists and it contains data.
186 // When file exists.
207 // When file exists.
228 // When file exists.
251 // When file exists.
300 // When file exists.
337 // When file exists.
403 assertFalse(Files.exists(newDirectory));
408 assertTrue(Files.exists(newDirectory));
411 // Expecting exception when directory already exists.
421 assertTrue(Files.exists(unicodeFilePath));
470 // When file exists at the sym link location.
540 assertFalse(Files.exists(filesSetup.getDataFilePath()));
554 assertFalse(Files.exists(dirPath));
578 assertFalse(Files.exists(filesSetup.getDataFilePath()));
587 assertFalse(Files.exists(dirPath));
610 // The original file should also exists.
613 // When target file exists.
636 assertTrue(Files.exists(newFile));
710 assertTrue(Files.exists(dirPath2));