Skip to content

ProcDir

Defined in: src/fs/procfs.ts:39

A directory in procfs, i.e. struct proc_dir_entry for a directory.

new ProcDir(entries?): ProcDir

Defined in: src/fs/procfs.ts:43

Record<string, ProcEntry> = {}

ProcDir

readonly children: Map<string, ProcEntry>

Defined in: src/fs/procfs.ts:41


readonly mode: number = 0o555

Defined in: src/fs/procfs.ts:40

keys(): Iterable<string>

Defined in: src/fs/procfs.ts:51

Iterable<string>


lookup(name): ProcEntry | undefined

Defined in: src/fs/procfs.ts:47

string

ProcEntry | undefined