Lines Matching refs:with_nix_path
415 let res = path.with_nix_path(|cstr| { in chdir()
466 let res = path.with_nix_path(|cstr| { in mkdir()
507 let res = path.with_nix_path(|cstr| { in mkfifo()
529 let res = path.with_nix_path(|cstr| unsafe { in mkfifoat()
551 path1.with_nix_path(|path1| { in symlinkat()
552 path2.with_nix_path(|path2| { in symlinkat()
647 let res = path.with_nix_path(|cstr| { in chown()
710 let res = path.with_nix_path(|cstr| unsafe { in fchownat()
1101 let res = path.with_nix_path(|cstr| { in truncate()
1169 oldpath.with_nix_path(|oldcstr| { in linkat()
1170 newpath.with_nix_path(|newcstr| { in linkat()
1190 let res = path.with_nix_path(|cstr| { in unlink()
1226 let res = path.with_nix_path(|cstr| { in unlinkat()
1238 let res = path.with_nix_path(|cstr| { in chroot()
1718 let res = filename.with_nix_path(|cstr| { in enable()
1759 let mut path = template.with_nix_path(|path| {path.to_bytes_with_nul().to_owned()})?; in mkstemp()
1928 let raw = path.with_nix_path(|cstr| { in pathconf()
2449 let res = new_root.with_nix_path(|new_root| { in pivot_root()
2450 put_old.with_nix_path(|put_old| { in pivot_root()
2518 let res = path.with_nix_path(|cstr| { in access()