- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GENERIC_ALL (0.26 sec)
-
src/main/java/jcifs/ACE.java
int WRITE_OWNER = 0x00080000; // 19 /** * Permission to synchronize with the file */ int SYNCHRONIZE = 0x00100000; // 20 /** * Generic all permissions */ int GENERIC_ALL = 0x10000000; // 28 /** * Generic execute permission */ int GENERIC_EXECUTE = 0x20000000; // 29 /** * Generic write permission */ int GENERIC_WRITE = 0x40000000; // 30
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
/** Permission to synchronize with the file */ public static final int SYNCHRONIZE = 0x00100000; // 20 /** Generic all permissions */ public static final int GENERIC_ALL = 0x10000000; // 28 /** Generic execute permission */ public static final int GENERIC_EXECUTE = 0x20000000; // 29 /** Generic write permission */ public static final int GENERIC_WRITE = 0x40000000; // 30
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0)