Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h263 #define CPF_OVERWRITE 0x0001 macro
265 #define CPF_MASK (CPF_OVERWRITE|CPF_IGNORE_MODE)
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c8557 if (!(uap->flags & CPF_OVERWRITE)) { in copyfile()