- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for processes (0.03 sec)
-
src/main/java/jcifs/smb/SmbFile.java
@Override public SmbRandomAccessFile openRandomAccess(final String mode, final int sharing) throws SmbException { return new SmbRandomAccessFile(this, mode, sharing, false); } private void processAces(final ACE[] aces, final boolean resolveSids) throws IOException { String server = this.fileLocator.getServerWithDfs(); int ai; if (resolveSids) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ @Override public OutputStream getOutputStream() throws IOException { return new SmbFileOutputStream(this); } private void processAces(final ACE[] aces, final boolean resolveSids) throws IOException { final String server = getServerWithDfs(); int ai; if (resolveSids) { final SID[] sids = new SID[aces.length];Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)