Searched refs:copyfile_flags_t (Results 1 – 2 of 2) sorted by relevance
163 pub type copyfile_flags_t = u32; typedef4914 pub const COPYFILE_ACL: crate::copyfile_flags_t = 1 << 0;4915 pub const COPYFILE_STAT: crate::copyfile_flags_t = 1 << 1;4916 pub const COPYFILE_XATTR: crate::copyfile_flags_t = 1 << 2;4917 pub const COPYFILE_DATA: crate::copyfile_flags_t = 1 << 3;4922 pub const COPYFILE_EXCL: crate::copyfile_flags_t = 1 << 17;4925 pub const COPYFILE_MOVE: crate::copyfile_flags_t = 1 << 20;4927 pub const COPYFILE_NOFOLLOW: crate::copyfile_flags_t =4929 pub const COPYFILE_PACK: crate::copyfile_flags_t = 1 << 22;5895 flags: copyfile_flags_t, in copyfile() argument[all …]
1917 copyfile_flags_t