- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testDirectoryDeletion_basic (0.09 seconds)
-
guava-tests/test/com/google/common/io/MoreFilesTest.java
Files.createFile(fs.getPath("/dontdelete/c")); Files.createSymbolicLink(fs.getPath("/symlinktodir"), fs.getPath("work/dir")); return fs; } public void testDirectoryDeletion_basic() throws IOException { for (DirectoryDeleteMethod method : EnumSet.allOf(DirectoryDeleteMethod.class)) { try (FileSystem fs = newTestFileSystem(SECURE_DIRECTORY_STREAM)) { Path dir = fs.getPath("dir");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 27.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
Files.createFile(fs.getPath("/dontdelete/c")); Files.createSymbolicLink(fs.getPath("/symlinktodir"), fs.getPath("work/dir")); return fs; } public void testDirectoryDeletion_basic() throws IOException { for (DirectoryDeleteMethod method : EnumSet.allOf(DirectoryDeleteMethod.class)) { try (FileSystem fs = newTestFileSystem(SECURE_DIRECTORY_STREAM)) { Path dir = fs.getPath("dir");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 26.6K bytes - Click Count (0)