- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for convertAction (0.05 sec)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
String fileName = new String(fileNameBytes, StandardCharsets.UTF_16LE); // Convert action to our enum DirectoryChangeType changeType = convertAction(action); // Reset failure count on successful notification resetFailureCount(handle); // Notify lease manager
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
DirectoryChangeType changeType = convertAction(action); // Notify lease manager leaseManager.handleDirectoryChange(handle.directoryPath, fileName, changeType); if (nextEntryOffset == 0) break; offset += nextEntryOffset; } } private DirectoryChangeType convertAction(int action) { switch (action) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0)