Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for deleteDirectoryContentsSecure (0.16 seconds)

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

          if (stream instanceof SecureDirectoryStream) {
            SecureDirectoryStream<Path> sds = (SecureDirectoryStream<Path>) stream;
            exceptions = deleteDirectoryContentsSecure(sds);
          } else {
            checkAllowsInsecure(path, options);
            exceptions = deleteDirectoryContentsInsecure(stream);
          }
        } catch (IOException e) {
          if (exceptions == null) {
    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)
  2. android/guava/src/com/google/common/io/RecursiveDeleteOption.java

    cpovirk <******@****.***> 1734750437 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Dec 21 03:10:51 GMT 2024
    - 2K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/io/MoreFilesTest.java

    cpovirk <******@****.***> 1773775530 -0700
    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)
  4. android/guava-tests/test/com/google/common/io/MoreFilesTest.java

    cpovirk <******@****.***> 1773775530 -0700
    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)
Back to Top