Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for deleteRecursivelySecure (0.09 seconds)

  1. android/guava/src/com/google/common/io/MoreFiles.java

          try (DirectoryStream<Path> parent = Files.newDirectoryStream(parentPath)) {
            if (parent instanceof SecureDirectoryStream) {
              sdsSupported = true;
              exceptions =
                  deleteRecursivelySecure(
                      (SecureDirectoryStream<Path>) parent,
                      /*
                       * requireNonNull is safe because paths have file names when they have parents,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Apr 14 16:07:06 GMT 2025
    - 34.6K bytes
    - Click Count (0)
Back to Top