Home
last modified time | relevance | path

Searched refs:CPF_OVERWRITE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h269 #define CPF_OVERWRITE 0x0001 macro
271 #define CPF_MASK (CPF_OVERWRITE|CPF_IGNORE_MODE)
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c9006 if (!(uap->flags & CPF_OVERWRITE)) { in copyfile()