Searched refs:_DELETE_OK (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dunistd.h105 #define _DELETE_OK (1<<12) /* delete file / delete directory */ macro
117 _DELETE_OK | _APPEND_OK | \
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4520 wantdelete = input[i].ad_flags & _DELETE_OK;
4522 if (input[j].ad_flags & _DELETE_OK)
4618 if (uap->flags & _DELETE_OK)
4654 if (uap->flags & _DELETE_OK)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c1015 /* Set _DELETE_OK on a file that the current user owns */
1016 access(FILE_ME, _DELETE_OK);

Completed in 43 milliseconds