polkavm_linux_raw

Function sys_openat

Source
pub fn sys_openat(
    dir: FdRef<'_>,
    path: &CStr,
    flags: c_uint,
) -> Result<Fd, Error>