Lines Matching refs:Err
16 Err(rustix::io::Errno::PERM) | Err(rustix::io::Errno::NOMEM) => {}
18 Err(other) => Err(other).unwrap(),
36 Err(rustix::io::Errno::PERM)
37 | Err(rustix::io::Errno::NOMEM)
38 | Err(rustix::io::Errno::NOSYS) => {}
40 Err(other) => Err(other).unwrap(),
72 Err(rustix::io::Errno::PERM)
73 | Err(rustix::io::Errno::NOMEM)
74 | Err(rustix::io::Errno::NOSYS) => {}
76 Err(other) => Err(other).unwrap(),