toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem.op.settimestamp
/
SetTimestampFd
Set
Timestamp
Fd
class
SetTimestampFd
(
val
fd
:
FileDescriptor
,
val
atimeNanoseconds
:
Long
?
,
val
mtimeNanoseconds
:
Long
?
)
(
source
)
Members
Constructors
Set
Timestamp
Fd
Link copied to clipboard
constructor
(
fd
:
FileDescriptor
,
atimeNanoseconds
:
Long
?
,
mtimeNanoseconds
:
Long
?
)
Types
Companion
Link copied to clipboard
object
Companion
:
FileSystemOperation
<
SetTimestampFd
,
SetTimestampError
,
Unit
>
Properties
atime
Nanoseconds
Link copied to clipboard
val
atimeNanoseconds
:
Long
?
fd
Link copied to clipboard
val
fd
:
FileDescriptor
mtime
Nanoseconds
Link copied to clipboard
val
mtimeNanoseconds
:
Long
?