Searched refs:exclude (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/tools/ |
| H A D | remote_build.sh | 178 …./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 D | xcrun_cache.sh | 137 …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 D | Makefile | 16 EXCLUDES := --exclude=Makefile
|
| /xnu-11215/bsd/netinet/ |
| H A D | netinet_private.modulemap | 6 exclude header "netinet6/in6_private.h"
|
| H A D | netinet.modulemap | 13 exclude header "netinet6/in6.h"
|
| /xnu-11215/bsd/netinet6/ |
| H A D | netinet6.modulemap | 50 exclude header "netinet6/nd6.h"
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ruff.toml | 13 exclude = [
|
| /xnu-11215/tools/trace/ |
| H A D | parse_ipc_trace.py | 764 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 D | Makefile | 374 --exclude BUILD \
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 1203 bool exclude, found; in SkipName() local 1210 exclude = (0 != (kIOTrackingExcludeNames & options)); in SkipName() 1225 return !(exclude ^ found); in SkipName()
|