- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDeleteDirectoryContents_symlinkToDir_sdsNotSupported_allowInsecure (0.58 sec)
-
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
() -> MoreFiles.deleteRecursively(fs.getPath("/work/nothere"), ALLOW_INSECURE)); assertThat(expected.getFile()).isEqualTo("/work/nothere"); } } public void testDeleteDirectoryContents_symlinkToDir_sdsNotSupported_allowInsecure() throws IOException { try (FileSystem fs = newTestFileSystem()) { Path symlink = fs.getPath("/symlinktodir"); Path dir = fs.getPath("dir");
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 16:07:00 UTC 2024 - 26.5K bytes - Viewed (0)