Package apple.enums
Class filesec_property_t
- java.lang.Object
-
- apple.enums.filesec_property_t
-
public final class filesec_property_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFILESEC_ACLstatic intFILESEC_ACL_ALLOCSIZEXXX these are private to the implementationstatic intFILESEC_ACL_RAWXXX these are private to the implementationstatic intFILESEC_GROUPstatic intFILESEC_GRPUUIDstatic intFILESEC_MODEstatic intFILESEC_OWNERstatic intFILESEC_UUID
-
-
-
Field Detail
-
FILESEC_OWNER
public static final int FILESEC_OWNER
- See Also:
- Constant Field Values
-
FILESEC_GROUP
public static final int FILESEC_GROUP
- See Also:
- Constant Field Values
-
FILESEC_UUID
public static final int FILESEC_UUID
- See Also:
- Constant Field Values
-
FILESEC_MODE
public static final int FILESEC_MODE
- See Also:
- Constant Field Values
-
FILESEC_ACL
public static final int FILESEC_ACL
- See Also:
- Constant Field Values
-
FILESEC_GRPUUID
public static final int FILESEC_GRPUUID
- See Also:
- Constant Field Values
-
FILESEC_ACL_RAW
public static final int FILESEC_ACL_RAW
XXX these are private to the implementation- See Also:
- Constant Field Values
-
FILESEC_ACL_ALLOCSIZE
public static final int FILESEC_ACL_ALLOCSIZE
XXX these are private to the implementation- See Also:
- Constant Field Values
-
-