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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c9470 int bpflags; local
9525 bpflags = vfs_context_suser(ctx) ? BUILDPATH_CHECKACCESS : 0;
9526 bpflags |= BUILDPATH_CHECK_MOVED;
9527 error = build_path(vp, realpath, uap->bufsize, &length, bpflags, ctx);

Completed in 162 milliseconds