Skip to content

ProcDir

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

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

new ProcDir(entries?): ProcDir

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

Record<string, ProcEntry> = {}

ProcDir

readonly children: Map<string, ProcEntry>

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


readonly mode: number = 0o555

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

keys(): Iterable<string>

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

Iterable<string>


lookup(name): ProcEntry | undefined

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

string

ProcEntry | undefined