Home
last modified time | relevance | path

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

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

Completed in 38 milliseconds