- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for releaseHandle (0.11 seconds)
-
docs/smb3-features/02-persistent-handles-design.md
handles.remove(path); guidToHandle.remove(info.createGuid); removePersistedHandle(info); } } } public void releaseHandle(String path) { HandleInfo info = handles.remove(path); if (info != null) { guidToHandle.remove(info.createGuid); removePersistedHandle(info); } }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:49:49 GMT 2025 - 13K bytes - Click Count (0)