Up

Module Fields

Signature

val names : string list
val size : (t, int64) Fieldslib.Field.t
val rdev : (t, int) Fieldslib.Field.t
val gid : (t, int) Fieldslib.Field.t
val uid : (t, int) Fieldslib.Field.t
val nlink : (t, int) Fieldslib.Field.t
val ino : (t, int) Fieldslib.Field.t
val dev : (t, int) Fieldslib.Field.t
val fold : init:'acc__ -> dev:('acc__ -> (t, int) Fieldslib.Field.t -> 'acc__) -> ino:('acc__ -> (t, int) Fieldslib.Field.t -> 'acc__) -> kind:('acc__ -> (t, File_kind.t) Fieldslib.Field.t -> 'acc__) -> perm:('acc__ -> (t, file_perm) Fieldslib.Field.t -> 'acc__) -> nlink:('acc__ -> (t, int) Fieldslib.Field.t -> 'acc__) -> uid:('acc__ -> (t, int) Fieldslib.Field.t -> 'acc__) -> gid:('acc__ -> (t, int) Fieldslib.Field.t -> 'acc__) -> rdev:('acc__ -> (t, int) Fieldslib.Field.t -> 'acc__) -> size:('acc__ -> (t, int64) Fieldslib.Field.t -> 'acc__) -> atime:('acc__ -> (t, Core.Std.Time.t) Fieldslib.Field.t -> 'acc__) -> mtime:('acc__ -> (t, Core.Std.Time.t) Fieldslib.Field.t -> 'acc__) -> ctime:('acc__ -> (t, Core.Std.Time.t) Fieldslib.Field.t -> 'acc__) -> 'acc__
val make_creator : dev:((t, int) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int) * 'compile_acc__) -> ino:((t, int) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int) * 'compile_acc__) -> kind:((t, File_kind.t) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> File_kind.t) * 'compile_acc__) -> perm:((t, file_perm) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> file_perm) * 'compile_acc__) -> nlink:((t, int) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int) * 'compile_acc__) -> uid:((t, int) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int) * 'compile_acc__) -> gid:((t, int) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int) * 'compile_acc__) -> rdev:((t, int) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int) * 'compile_acc__) -> size:((t, int64) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> int64) * 'compile_acc__) -> atime:((t, Core.Std.Time.t) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> Core.Std.Time.t) * 'compile_acc__) -> mtime:((t, Core.Std.Time.t) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> Core.Std.Time.t) * 'compile_acc__) -> ctime:((t, Core.Std.Time.t) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> Core.Std.Time.t) * 'compile_acc__) -> 'compile_acc__ -> ('input__ -> t) * 'compile_acc__
val create : dev:int -> ino:int -> kind:File_kind.t -> perm:file_perm -> nlink:int -> uid:int -> gid:int -> rdev:int -> size:int64 -> atime:Core.Std.Time.t -> mtime:Core.Std.Time.t -> ctime:Core.Std.Time.t -> t
val map : dev:((t, int) Fieldslib.Field.t -> int) -> ino:((t, int) Fieldslib.Field.t -> int) -> kind:((t, File_kind.t) Fieldslib.Field.t -> File_kind.t) -> perm:((t, file_perm) Fieldslib.Field.t -> file_perm) -> nlink:((t, int) Fieldslib.Field.t -> int) -> uid:((t, int) Fieldslib.Field.t -> int) -> gid:((t, int) Fieldslib.Field.t -> int) -> rdev:((t, int) Fieldslib.Field.t -> int) -> size:((t, int64) Fieldslib.Field.t -> int64) -> atime:((t, Core.Std.Time.t) Fieldslib.Field.t -> Core.Std.Time.t) -> mtime:((t, Core.Std.Time.t) Fieldslib.Field.t -> Core.Std.Time.t) -> ctime:((t, Core.Std.Time.t) Fieldslib.Field.t -> Core.Std.Time.t) -> t
val iter : dev:((t, int) Fieldslib.Field.t -> unit) -> ino:((t, int) Fieldslib.Field.t -> unit) -> kind:((t, File_kind.t) Fieldslib.Field.t -> unit) -> perm:((t, file_perm) Fieldslib.Field.t -> unit) -> nlink:((t, int) Fieldslib.Field.t -> unit) -> uid:((t, int) Fieldslib.Field.t -> unit) -> gid:((t, int) Fieldslib.Field.t -> unit) -> rdev:((t, int) Fieldslib.Field.t -> unit) -> size:((t, int64) Fieldslib.Field.t -> unit) -> atime:((t, Core.Std.Time.t) Fieldslib.Field.t -> unit) -> mtime:((t, Core.Std.Time.t) Fieldslib.Field.t -> unit) -> ctime:((t, Core.Std.Time.t) Fieldslib.Field.t -> unit) -> unit
val for_all : dev:((t, int) Fieldslib.Field.t -> bool) -> ino:((t, int) Fieldslib.Field.t -> bool) -> kind:((t, File_kind.t) Fieldslib.Field.t -> bool) -> perm:((t, file_perm) Fieldslib.Field.t -> bool) -> nlink:((t, int) Fieldslib.Field.t -> bool) -> uid:((t, int) Fieldslib.Field.t -> bool) -> gid:((t, int) Fieldslib.Field.t -> bool) -> rdev:((t, int) Fieldslib.Field.t -> bool) -> size:((t, int64) Fieldslib.Field.t -> bool) -> atime:((t, Core.Std.Time.t) Fieldslib.Field.t -> bool) -> mtime:((t, Core.Std.Time.t) Fieldslib.Field.t -> bool) -> ctime:((t, Core.Std.Time.t) Fieldslib.Field.t -> bool) -> bool
val exists : dev:((t, int) Fieldslib.Field.t -> bool) -> ino:((t, int) Fieldslib.Field.t -> bool) -> kind:((t, File_kind.t) Fieldslib.Field.t -> bool) -> perm:((t, file_perm) Fieldslib.Field.t -> bool) -> nlink:((t, int) Fieldslib.Field.t -> bool) -> uid:((t, int) Fieldslib.Field.t -> bool) -> gid:((t, int) Fieldslib.Field.t -> bool) -> rdev:((t, int) Fieldslib.Field.t -> bool) -> size:((t, int64) Fieldslib.Field.t -> bool) -> atime:((t, Core.Std.Time.t) Fieldslib.Field.t -> bool) -> mtime:((t, Core.Std.Time.t) Fieldslib.Field.t -> bool) -> ctime:((t, Core.Std.Time.t) Fieldslib.Field.t -> bool) -> bool
val to_list : dev:((t, int) Fieldslib.Field.t -> 'elem__) -> ino:((t, int) Fieldslib.Field.t -> 'elem__) -> kind:((t, File_kind.t) Fieldslib.Field.t -> 'elem__) -> perm:((t, file_perm) Fieldslib.Field.t -> 'elem__) -> nlink:((t, int) Fieldslib.Field.t -> 'elem__) -> uid:((t, int) Fieldslib.Field.t -> 'elem__) -> gid:((t, int) Fieldslib.Field.t -> 'elem__) -> rdev:((t, int) Fieldslib.Field.t -> 'elem__) -> size:((t, int64) Fieldslib.Field.t -> 'elem__) -> atime:((t, Core.Std.Time.t) Fieldslib.Field.t -> 'elem__) -> mtime:((t, Core.Std.Time.t) Fieldslib.Field.t -> 'elem__) -> ctime:((t, Core.Std.Time.t) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([<
| `Read
| `Set_and_create
], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig .. end