FSManageableResourceMaintenanceOperations
FSVolumePathConfOperations
FSVolumeOpenCloseOperations
FSVolumeReadWriteOperations
FSVolumeAccessCheckOperations
FSVolumePreallocateOperations
FSVolumeKernelOffloadedIOOperations
FSUnaryFileSystemOperations
FSEntityIdentifier
public typealias ID = Swift.String
FSModuleIdentity
public typealias ID = Swift.String
FSVolume
public typealias ID = Swift.String
typedef uint64_t FSDirectoryCookie
typedef uint64_t FSDirectoryVerifier
typedef NSUInteger FSOperationID
FSBlockDeviceResource
public func delayedMetadataWrite(from buffer: Swift.UnsafeRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) throws
FSBlockDeviceResource
public func metadataRead(into buffer: Swift.UnsafeMutableRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) throws
FSBlockDeviceResource
public func metadataWrite(from buffer: Swift.UnsafeRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) throws
FSBlockDeviceResource
public func read(into buffer: Swift.UnsafeMutableRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) async throws -> Swift.Int
FSBlockDeviceResource
public func read(into buffer: Swift.UnsafeMutableRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int, completionHandler: @escaping (Swift.Int, (any Swift.Error)?) -> Swift.Void)
FSBlockDeviceResource
public func read(into buffer: Swift.UnsafeMutableRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) throws -> Swift.Int
FSBlockDeviceResource
public func write(from buffer: Swift.UnsafeRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) async throws -> Swift.Int
FSBlockDeviceResource
public func write(from buffer: Swift.UnsafeRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int, completionHandler: @escaping (Swift.Int, (any Swift.Error)?) -> Swift.Void)
FSBlockDeviceResource
public func write(from buffer: Swift.UnsafeRawBufferPointer, startingAt offset: _DarwinFoundation2.off_t, length: Swift.Int) throws -> Swift.Int
FSMutableFileDataBuffer
public func withUnsafeMutableBytes<R, E>(_ body: (Swift.UnsafeMutableRawBufferPointer) throws(E) -> R) throws(E) -> R where E : Swift.Error
extern NSError * _Nonnull fs_errorForPOSIXError(int)
extern NSError * _Nonnull fs_errorForMachError(int errorCode)
extern NSError * _Nonnull fs_errorForCocoaError(int errorCode)
FSEntityIdentifier
public var id: Swift.String
FSModuleIdentity
public var id: Swift.String
FSVolume
public var id: Swift.String
UnaryFileSystemExtension
public var configuration: some ExtensionFoundation.AppExtensionConfiguration
extern const FSDirectoryCookie FSDirectoryCookieInitial
extern const FSDirectoryVerifier FSDirectoryVerifierInitial
extern const NSErrorDomain _Nonnull FSKitErrorDomain
extern const FSOperationID FSOperationIDUnspecified