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

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h166 #define O_DIRECTORY 0x100000 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c380 if ( (fmode & O_DIRECTORY) ) {
H A Dvfs_subr.c5408 if ( (fmode & O_DIRECTORY) && vp->v_type != VDIR ) {

Completed in 79 milliseconds