code wiki / (root) / nx_fio.nx

nx_fio.nx

buildroot/runtime/nx_fio.nx

818 B15 linesdepth 2pulls 2 transitivereach 12 importersview sourcekind library
docsdependenciesstructsconstsfunctions

about

nx_fio.nx -- canonical sovereign file operations: unlink (delete) + existence check. Importable (no main). Retires Remove-Item / rm. rename is already canonical (sys_renameat in nx_syscalls). unlinkat x86_64=263 is passed DIRECTLY (the fsync-74 / fstatat-262 / unlinkat-263 precedent: a raw x86_64 number not in the rv64->x86 swap table passes through untranslated). AT_FDCWD=-100, flags=0. Returns 0 on success, -errno on failure. license_tier: ORIGINAL

dependencies 1 imports · 6 importers

nx_syscalls.nx nx_fio.nx nx_daemon_gate.nx nx_fileop.nx nx_fileop_gate.nx nx_fsops_gate.nx nx_mgmt_api.nx nx_mgmt_upload_gate.nx

imports: nx_syscalls.nx

imported by: nx_daemon_gate.nxnx_fileop.nxnx_fileop_gate.nxnx_fsops_gate.nxnx_mgmt_api.nxnx_mgmt_upload_gate.nx

structs

none

consts

none

functions

11func fio_exists(path: *u8) -> i64
called by 3: mainmainmain calls 2: sys_mmapsys_fstatat