Searched refs:unlinkat (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/libsyscall/wrappers/ |
| H A D | unlinkat.c | 28 unlinkat(int fd, const char *path, int flag) in unlinkat() function
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | unistd.h | 215 int unlinkat(int, const char *, int) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
|
| /xnu-8792.41.9/bsd/man/man2/ |
| H A D | Makefile | 240 unlinkat.2 \
|
| /xnu-8792.41.9/tests/vfs/ |
| H A D | freeable_vnodes.c | 89 T_ASSERT_POSIX_SUCCESS(unlinkat(dir_fd, filepath, 0), NULL); in run_vnoder()
|
| /xnu-8792.41.9/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 123 …29A59AE6183B110C00E8B896 /* unlinkat.c in Sources */ = {isa = PBXBuildFile; fileRef = 29A59AE5183B… 568 …5183B110C00E8B896 /* unlinkat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 937 29A59AE5183B110C00E8B896 /* unlinkat.c */, 1465 29A59AE6183B110C00E8B896 /* unlinkat.c in Sources */,
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6228 unlinkat(__unused proc_t p, struct unlinkat_args *uap, __unused int32_t *retval) in unlinkat() function
|