Home
last modified time | relevance | path

Searched refs:COPYFILE_ACL (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4742 pub const COPYFILE_ACL: ::copyfile_flags_t = 1 << 0; consts
4746 pub const COPYFILE_SECURITY: ::copyfile_flags_t = COPYFILE_STAT | COPYFILE_ACL;
/third_party/python/Modules/
H A Dposixmodule.c15618 if (PyModule_AddIntConstant(m, "_COPYFILE_ACL", COPYFILE_ACL)) return -1; in all_ins()

Completed in 28 milliseconds