Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 154 of 154 for getPaths (0.11 sec)

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

          //      worrying about a symlink.
          return null;
        } else {
          // "foo" (working dir)
          return path.getFileSystem().getPath(".");
        }
      }
    
      /** Checks that the given options allow an insecure delete, throwing an exception if not. */
      private static void checkAllowsInsecure(Path path, RecursiveDeleteOption[] options)
    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

          //      worrying about a symlink.
          return null;
        } else {
          // "foo" (working dir)
          return path.getFileSystem().getPath(".");
        }
      }
    
      /** Checks that the given options allow an insecure delete, throwing an exception if not. */
      private static void checkAllowsInsecure(Path path, RecursiveDeleteOption[] options)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTransportImpl.java

            case NtStatus.NT_STATUS_PATH_NOT_COVERED:
                // samba fails to report the proper status for some operations
            case 0xC00000A2: // NT_STATUS_MEDIA_WRITE_PROTECTED
                checkReferral(resp, req.getPath(), req);
            case NtStatus.NT_STATUS_BUFFER_OVERFLOW:
                break; /* normal for DCERPC named pipes */
            case NtStatus.NT_STATUS_MORE_PROCESSING_REQUIRED:
                break; /* normal for NTLMSSP */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    String, String, IvyNodeUsage); public final IvyNode getNode(); public final String getRequestedConf(); public final void setRequestedConf(String); public final VisitNode getParent(); public final VisitNode getRoot(); public final java.util.Collection getPath(); public final String getParentConf(); public final String getRootModuleConf(); public final boolean isTransitive(); public final void useRealNode(); public final boolean loadData(String, boolean); public final java.util.Collection getDependencies(String);...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top