Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setFSLabelFd :: Fd -> RawFilePath -> IO ()btrfs System.Linux.Btrfs.ByteString No documentation available.
setFileNoCOW :: RawFilePath -> Bool -> IO ()btrfs System.Linux.Btrfs.ByteString Set or clear the NOCOW flag for the specified file. If the file is not empty, this has no effect and no error will be reported. Note: calls the FS_IOC_GETFLAGS and FS_IOC_GETFLAGS ioctls.
setFileNoCOWFd :: Fd -> Bool -> IO ()btrfs System.Linux.Btrfs.ByteString No documentation available.
setSubvolReadOnly :: RawFilePath -> Bool -> IO ()btrfs System.Linux.Btrfs.ByteString Make a subvolume read-only (or read-write). Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS and BTRFS_IOC_SUBVOL_SETFLAGS ioctls.
setSubvolReadOnlyFd :: Fd -> Bool -> IO ()btrfs System.Linux.Btrfs.ByteString No documentation available.
setMapMaybe :: Ord b => (a -> Maybe b) -> Set a -> Set bcabal-debian Debian.Debianize.Prelude No documentation available.
setModificationTime :: FilePath -> UTCTime -> IO ()cabal-install Distribution.Client.Compat.Directory Change the time at which the file or directory was last modified. The operation may fail with:
- isPermissionError if the user is not permitted to alter the modification time; or
- isDoesNotExistError if the file or directory does not exist.
- InvalidArgument on FAT32 file system if the time is before DOS Epoch (1 January 1980).
- Not all systems support utimensat, in which case the function can only emulate the behavior by reading the access time and then setting both the access and modification times together. On systems where utimensat is supported, the modification time is set atomically with nanosecond precision.
- If compiled against a version of unix prior to 2.7.0.0, the function would not be able to set timestamps with sub-second resolution. In this case, there would also be loss of precision in the access time.
setAllowBootLibInstalls :: AllowBootLibInstalls -> DepResolverParams -> DepResolverParamscabal-install Distribution.Client.Dependency No documentation available.
setAvoidReinstalls :: AvoidReinstalls -> DepResolverParams -> DepResolverParamscabal-install Distribution.Client.Dependency No documentation available.
setCountConflicts :: CountConflicts -> DepResolverParams -> DepResolverParamscabal-install Distribution.Client.Dependency No documentation available.