Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkAllowsInsecure (0.15 sec)

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

                       */
                      requireNonNull(path.getFileName()));
            }
          }
    
          if (!sdsSupported) {
            checkAllowsInsecure(path, options);
            exceptions = deleteRecursivelyInsecure(path);
          }
        } catch (IOException e) {
          if (exceptions == null) {
            throw e;
          } else {
            exceptions.add(e);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 35K bytes
    - Viewed (0)
  2. guava/src/com/google/common/io/MoreFiles.java

                       */
                      requireNonNull(path.getFileName()));
            }
          }
    
          if (!sdsSupported) {
            checkAllowsInsecure(path, options);
            exceptions = deleteRecursivelyInsecure(path);
          }
        } catch (IOException e) {
          if (exceptions == null) {
            throw e;
          } else {
            exceptions.add(e);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top