Skip to content

DeviceFile

Defined in: src/fs/devtmpfs.ts:16

A file a device driver is operating on.

readonly devt: DevT

Defined in: src/fs/devtmpfs.ts:21

The device number of the node, i.e. inode.rdev


readonly inode: InodeLike

Defined in: src/fs/devtmpfs.ts:19


readonly path: string

Defined in: src/fs/devtmpfs.ts:18

The path of the file, relative to the root of the file system it is on