Lines Matching defs:read
1914 case ERROR_ACCESS_DENIED: /* Cannot sync or read attributes. */
1918 /* Cannot read the parent directory. */
1943 /* \\.\con requires read or write access. */
2055 AccessCheck to check for generic read, write, and execute
3014 * * or the file isn't read-only,
3016 * (Directories cannot be read-only on Windows.)
8764 /* New call DeviceIoControl to read the reparse point */
9600 os.read
9711 readv returns the total number of bytes read,
9820 will return the total number of bytes read (which can be less than the total
10260 HANDLE read, write;
10273 ok = CreatePipe(&read, &write, &attr, 0);
10275 fds[0] = _Py_open_osfhandle_noraise(read, _O_RDONLY);
10278 CloseHandle(read);
10565 If offset_src is None, then src is read from the current position;
10636 If offset_src is None, then src is read from the current position;