Home
last modified time | relevance | path

Searched defs:RENAME_NOREPLACE (Results 1 – 6 of 6) sorted by relevance

/external/ltp/include/lapi/
Dfcntl.h131 # define RENAME_NOREPLACE (1 << 0) macro
/external/kernel-headers/original/uapi/linux/
Dfs.h50 #define RENAME_NOREPLACE (1 << 0) /* Don't overwrite target */ macro
/external/crosvm/io_uring/src/
Dbindings.rs150 pub const RENAME_NOREPLACE: ::std::os::raw::c_uint = 1; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs867 pub const RENAME_NOREPLACE: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1447 pub const RENAME_NOREPLACE: ::c_uint = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2326 pub const RENAME_NOREPLACE: ::c_int = 1; constant