Lines Matching defs:access
218 "This module provides access to operating system functionality that is\n\
1596 /* On Darwin/MacOSX a shared library or framework has no access to
1903 DWORD access = FILE_READ_ATTRIBUTES;
1909 hFile = CreateFileW(path, access, 0, NULL, OPEN_EXISTING, flags, NULL);
1911 /* Either the path doesn't exist, or the caller lacks access. */
1943 /* \\.\con requires read or write access. */
1944 hFile = CreateFileW(path, access | GENERIC_READ,
1958 hFile = CreateFileW(path, access, 0, NULL, OPEN_EXISTING,
2056 access. */
2136 {NULL, "integer time of last access"},
2139 {"st_atime", "time of last access"},
2142 {"st_atime_ns", "time of last access in nanoseconds"},
2940 os.access -> bool
2957 If True, access will use the effective uid/gid instead of
2962 access will examine the symbolic link itself instead of the file
2965 Use the real uid/gid to test for access to a path.
2974 has the specified access to the path.
2996 if (follow_symlinks_specified("access", follow_symlinks))
3000 argument_unavailable_error("access", "effective_ids");
3013 * * write access wasn't requested,
3043 result = access(path->narrow, mode);
3049 argument_unavailable_error("access", "dir_fd");
3052 if (follow_symlinks_specified("access", follow_symlinks))
3056 argument_unavailable_error("access", "effective_ids");
3238 Change the access permissions of a file.
3382 Change the access permissions of the file given by file descriptor fd.
3418 Change the access permissions of a file, without following symbolic links.
4384 0, /* desired access */
5478 Set the access and modified time of path.
7814 Initialize the group access list.
7816 Call the system initgroups() to initialize the group access list with all of
7832 Initialize the group access list.
7834 Call the system initgroups() to initialize the group access list with all of
11021 Announce an intention to access data in a specific pattern.
11023 Announce an intention to access data in a specific pattern, thus allowing
15230 /* Optimize for random access. */
15234 /* Optimize for sequential access. */
15245 /* Direct disk access. */
15264 /* Do not update the access time. */