Home
last modified time | relevance | path

Searched refs:chmodat (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dmod.rs92 pub use at::{chmodat, chownat};
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs694 pub(crate) fn chmodat(dirfd: BorrowedFd<'_>, path: &CStr, mode: Mode) -> io::Result<()> {
699 pub(crate) fn chmodat(dirfd: BorrowedFd<'_>, path: &CStr, mode: Mode) -> io::Result<()> {
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs139 pub(crate) fn chmodat(dirfd: BorrowedFd<'_>, filename: &CStr, mode: Mode) -> io::Result<()> {

Completed in 4 milliseconds