Static Propertynmggithub.kass 3.2.4BSDCore
relativePath
Attributes.swift:503static let relativePath: BSD.FSCommonExtendedAttributes
static let relativePath: BSD.FSCommonExtendedAttributes
s7BSDCore3BSDV26FSCommonExtendedAttributesV12relativePathAEvpZ
What are these?322D
import BSDCore
The core module for interacting with the BSD kernel.
struct FSCommonExtendedAttributes
Extended common attributes.
struct BSD
The BSD kernel.
init(name: String?, rawValue: UInt32)
Represents extended common attributes with an optional name.
static let allCases: [`Self`]
All known extended common attributes.
static let attributionTag: BSD.FSCommonExtendedAttributes
static let cloneID: BSD.FSCommonExtendedAttributes
static let cloneReferenceCount: BSD.FSCommonExtendedAttributes
static let extraFlags: BSD.FSCommonExtendedAttributes
static let linkID: BSD.FSCommonExtendedAttributes
static let pathWithNoFirmlinks: BSD.FSCommonExtendedAttributes
static let privateSize: BSD.FSCommonExtendedAttributes
static let realDeviceID: BSD.FSCommonExtendedAttributes
static let realFilesystemID: BSD.FSCommonExtendedAttributes
static let recursiveGenerationCount: BSD.FSCommonExtendedAttributes
var attributes: [`Self`] { get }
The individual extended common attributes in the collection.
let name: String?
The name of the extended common attributes, if it can be determined.
let rawValue: UInt32
The raw value of the extended common attributes.
func parse(from pointer: inout UnsafeRawPointer) -> Any