⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module cwd

Module cwd 

Source
Expand description

Per-Process Working Directory

Tracks and resolves the current working directory for each process. Provides path normalization and resolution of relative paths.

Structs§

ProcessCwd
Per-process current working directory state.

Functions§

normalize_path
Normalize a path by collapsing redundant separators and resolving . and ...
resolve_path
Resolve a potentially relative path against a given working directory.