Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 17 of 17) sorted by relevance

/xnu-11417.121.6/tools/tests/kernpost_test_report/
H A DMakefile9 chmod +x $@
/xnu-11417.121.6/libsyscall/wrappers/unix03/
H A Dchmod.c41 chmod(const char *path, mode_t mode) in chmod() function
/xnu-11417.121.6/tools/tests/personas/
H A DMakefile28 chmod +x $@
/xnu-11417.121.6/tools/tests/MPMMTest/
H A DMakefile31 chmod +x $@
/xnu-11417.121.6/tests/sched/
H A Doverloaded_runqueue.c156 ret = chmod(trace_path, 0666); in save_collected_ktrace()
180 ret = chmod(compressed_path, 0666); in save_collected_ktrace()
H A Dthread_group_fairness.c226 T_QUIET; T_ASSERT_POSIX_ZERO(chmod(pdj_path, 0644), "chmod");
H A Dsched_test_utils.c683 ret = chmod(compressed_path, 0666); in save_collected_trace()
/xnu-11417.121.6/config/
H A DREADME.DEBUG-kernel.txt16 bash-3.2# chmod -R g-w /System/Library/Extensions/System.kext /mach_kernel*
/xnu-11417.121.6/bsd/sys/
H A Dstat.h561 int chmod(const char *, mode_t) __DARWIN_ALIAS(chmod);
/xnu-11417.121.6/bsd/man/man2/
H A DMakefile33 chmod.2 \
/xnu-11417.121.6/tools/
H A Dremote_build.sh185 chmod a+x "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}"
/xnu-11417.121.6/tests/
H A DMakefile742 chmod a+x $@
1257 chmod +x $@
1263 chmod +x $(INSTALLDIR)/vm/fault_throughput.lua
1312 chmod +x $@
1318 chmod +x $(INSTALLDIR)/vm/perf_madvise.lua
1335 chmod +x $@
1341 chmod +x $(INSTALLDIR)/vm/perf_compressor.lua
1372 chmod +x $@
1378 chmod +x $(INSTALLDIR)/counter/benchmark.lua
H A Dfile_leases.c537 err = chmod(testfile, S_IRWXU);
H A Dkqueue_file_tests.c375 res = chmod((char*)args[0], (int)args[1]); in execute_action()
/xnu-11417.121.6/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj70 …2419382B12135FF6003CDE41 /* chmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 2419382A12135FF…
494 …382A12135FF6003CDE41 /* chmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
873 2419382A12135FF6003CDE41 /* chmod.c */,
1573 2419382B12135FF6003CDE41 /* chmod.c in Sources */,
/xnu-11417.121.6/makedefs/
H A DMakeInc.cmd331 CHMOD = /bin/chmod
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c7958 chmod(__unused proc_t p, struct chmod_args *uap, __unused int32_t *retval) in chmod() function