Home
last modified time | relevance | path

Searched refs:into_with_c_str (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dmount.rs22 source.into_with_c_str(|source| { in mount()
23 target.into_with_c_str(|target| { in mount()
24 file_system_type.into_with_c_str(|file_system_type| { in mount()
25 data.into_with_c_str(|data| { in mount()
51 target.into_with_c_str(|target| { in remount()
52 data.into_with_c_str(|data| { in remount()
75 source.into_with_c_str(|source| { in bind_mount()
76 target.into_with_c_str(|target| { in bind_mount()
99 source.into_with_c_str(|source| { in recursive_bind_mount()
100 target.into_with_c_str(|targe in recursive_bind_mount()
[all...]
H A Dabs.rs43 path.into_with_c_str(backend::fs::syscalls::statfs) in statfs()
68 path.into_with_c_str(backend::fs::syscalls::statvfs) in statvfs()
H A Dat.rs62 path.into_with_c_str(|path| { in openat()
83 path.into_with_c_str(|path| _readlinkat(dirfd.as_fd(), path, reuse.into())) in readlinkat()
117 path.into_with_c_str(|path| backend::fs::syscalls::mkdirat(dirfd.as_fd(), path, mode)) in mkdirat()
137 old_path.into_with_c_str(|old_path| { in linkat()
138 new_path.into_with_c_str(|new_path| { in linkat()
164 path.into_with_c_str(|path| backend::fs::syscalls::unlinkat(dirfd.as_fd(), path, flags)) in unlinkat()
183 old_path.into_with_c_str(|old_path| { in renameat()
184 new_path.into_with_c_str(|new_path| { in renameat()
212 old_path.into_with_c_str(|old_path| { in renameat_with()
213 new_path.into_with_c_str(|new_pat in renameat_with()
[all...]
H A Dmemfd_create.rs14 path.into_with_c_str(|path| backend::fs::syscalls::memfd_create(path, flags)) in memfd_create()
H A Dopenat2.rs20 path.into_with_c_str(|path| { in openat2()
H A Dstatx.rs29 path.into_with_c_str(|path| _statx(dirfd.as_fd(), path, flags, mask)) in statx()
/third_party/rust/crates/rustix/src/path/
H A Darg.rs86 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in to_string_lossy() functions
121 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
157 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
195 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
234 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
272 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
311 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
350 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
391 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() functions
430 fn into_with_c_str< functions
467 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
501 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
535 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
577 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
620 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
655 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
694 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
735 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
776 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
814 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
852 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
890 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
925 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> into_with_c_str() functions
[all...]
/third_party/rust/crates/rustix/src/process/
H A Dchdir.rs18 path.into_with_c_str(backend::process::syscalls::chdir) in chdir()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs26 path.into_with_c_str(Self::_new) in new()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs39 path.into_with_c_str(Self::_new) in new()

Completed in 5 milliseconds