- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ownerOffset (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb1/smb1/SecurityDescriptor.java
final int daclOffset = ServerMessageBlock.readInt4(buffer, bufferIndex); if (ownerUOffset > 0) { bufferIndex = start + ownerUOffset; owner_user = new SID(buffer, bufferIndex); bufferIndex += 28; // ??? } if (ownerGOffset > 0) { bufferIndex = start + ownerGOffset; owner_group = new SID(buffer, bufferIndex); bufferIndex += 28; // ???
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.4K bytes - Click Count (0)