Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/tools/
H A Dremote_build.sh178 …./BUILD/obj.tar.bz2 --exclude=\*.o --exclude=\*.cpo --exclude=\*.d --exclude=\*.cpd --exclude=\*.n…
217 …rsync $RSYNC_ARGS --delete --exclude=\*~ --exclude=.svn --exclude=.git --exclude=/BUILD . $REMOTEB…
220 …D --include=/build.sh --include=/BuildTools --include=/BuildTools/\*\* --exclude=\* "${OBJROOT}/" …
238 …c $RSYNC_ARGS --no-o --no-g --exclude=\*.o --exclude=\*.cpo --exclude=\*.d --exclude=\*.cpd --excl…
H A Dxcrun_cache.sh137 …rsync -aq --exclude=c++ --exclude=php --exclude=soc "${SDKPROPERTY}/usr/include/" "${OBJROOT}/Buil…
147 …rsync -aq --exclude=\*_debug.dylib --exclude=\*_profile.dylib "${SDKPROPERTY}/usr/lib/system/" "${…
/xnu-11215/tools/lldbmacros/tests/
H A DMakefile16 EXCLUDES := --exclude=Makefile
/xnu-11215/bsd/netinet/
H A Dnetinet_private.modulemap6 exclude header "netinet6/in6_private.h"
H A Dnetinet.modulemap13 exclude header "netinet6/in6.h"
/xnu-11215/bsd/netinet6/
H A Dnetinet6.modulemap50 exclude header "netinet6/nd6.h"
/xnu-11215/tools/lldbmacros/
H A Druff.toml13 exclude = [
/xnu-11215/tools/trace/
H A Dparse_ipc_trace.py764 def parse_tracefile_line(line, exclude, include, exflags, incflags, active_proc, graph, base=16): argument
786 if exclude and len(exclude) > 0 and (src in exclude or dst in exclude):
884 …parse_tracefile_line(line.strip(), args.exclude, args.include, args.exflags, args.incflags, active…
/xnu-11215/
H A DMakefile374 --exclude BUILD \
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp1203 bool exclude, found; in SkipName() local
1210 exclude = (0 != (kIOTrackingExcludeNames & options)); in SkipName()
1225 return !(exclude ^ found); in SkipName()