code wiki / (root) / nx_ioae_files_v2_20260907.nx

nx_ioae_files_v2_20260907.nx

buildroot/runtime/nx_ioae_files_v2_20260907.nx

8632 B160 linesdepth 6pulls 9 transitivereach 0 importersview sourcekind tooltopic ioae
docsdependenciesstructsconstsfunctions

about

LOCAL native reader integration. argv: existing absolute nonsymlink fixture parent. Fresh private child only; no fsync, production status paths, samples, or cleanup.

dependencies 3 imports · 0 importers

nx_ioae_confread_v2_20260907.nx nx_gate_verdict.nx nx_build_canon_input_lib.nx nx_ioae_files_v2_20260907.nx

imports: nx_ioae_confread_v2_20260907.nxnx_gate_verdict.nxnx_build_canon_input_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main ig_len ig_parent ig_len ↻ bci_relative_path bci_path_char ioae_join ioa_slen gv_ctr sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gv_head gv_puts sys_write ↻ gv_check_eq gv_check gv_puts ↻ gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap ioae_read sys_openat_rd sys_read sys_close ig_write

structs

none

consts

6const IG_PATH: i64 = 8192
7const IG_FILE_MODE: i64 = 384
8const IG_EINVAL: i64 = 0-22
9const EFG_DIR_MODE: i64 = 448
10const EFG_PARENT_MAX: i64 = 160
11const EFG_SETUP: i64 = 90

functions

12func ig_len(p: *u8) -> i64 { var n: i64 = 0; while p[n] != (0 as u8) { n = n + 1 } return n }
called by 2: ig_parentmain
13func ig_parent(path: *u8) -> i64
called by 1: main calls 2: ig_lenbci_relative_path
34func ig_file_equal(path: *u8, bytes: *u8, n: i64) -> i64
called by 1: ig_write
55func ig_write(path: *u8, buf: *u8, n: i64) -> i64
called by 1: main calls 1: ig_file_equal
70func main(argc: i64, argv: *i64) -> i64