Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vfs/
H A Ddirentries_permissions.c151 T_ASSERT_POSIX_SUCCESS(chmod(dir1, 0777), "Changing mode to directory 0777");
157 T_ASSERT_POSIX_SUCCESS(chmod(dir2, 0555), "Changing mode to directory 0555");
/xnu-12377.1.9/tools/tests/kernpost_test_report/
H A DMakefile9 chmod +x $@
/xnu-12377.1.9/libsyscall/wrappers/unix03/
H A Dchmod.c41 chmod(const char *path, mode_t mode) in chmod() function
/xnu-12377.1.9/tests/
H A Ddev_zero.c45 ret = chmod(dev, 0664);
H A DMakefile816 chmod a+x $@
1429 chmod +x $@
1435 chmod +x $(INSTALLDIR)/vm/fault_throughput.lua
1484 chmod +x $@
1490 chmod +x $(INSTALLDIR)/vm/perf_madvise.lua
1507 chmod +x $@
1513 chmod +x $(INSTALLDIR)/vm/perf_compressor.lua
1544 chmod +x $@
1550 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-12377.1.9/tools/tests/MPMMTest/
H A DMakefile31 chmod +x $@
/xnu-12377.1.9/tools/tests/personas/
H A DMakefile28 chmod +x $@
/xnu-12377.1.9/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.c228 T_QUIET; T_ASSERT_POSIX_ZERO(chmod(pdj_path, 0644), "chmod");
H A Dsched_test_utils.c752 ret = chmod(compressed_path, 0666); in save_collected_trace()
/xnu-12377.1.9/config/
H A DREADME.DEBUG-kernel.txt16 bash-3.2# chmod -R g-w /System/Library/Extensions/System.kext /mach_kernel*
/xnu-12377.1.9/bsd/sys/
H A Dstat.h561 int chmod(const char *, mode_t) __DARWIN_ALIAS(chmod);
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile33 chmod.2 \
/xnu-12377.1.9/tools/
H A Dremote_build.sh185 chmod a+x "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}"
/xnu-12377.1.9/tests/unit/
H A DMakefile283 chmod a+x $@
/xnu-12377.1.9/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-12377.1.9/makedefs/
H A DMakeInc.cmd331 CHMOD = /bin/chmod
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c8199 chmod(__unused proc_t p, struct chmod_args *uap, __unused int32_t *retval) in chmod() function