HomeSort by relevance Sort by last modified time
    Searched refs:_Py_write (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Include/
fileutils.h 81 PyAPI_FUNC(Py_ssize_t) _Py_write(
  /external/python/cpython3/Objects/
fileobject.c 398 n = _Py_write(self->fd, str, n);
  /external/python/cpython3/Modules/
ossaudiodev.c 444 rv = _Py_write(self->fd, data.buf, data.len);
499 rv = _Py_write(self->fd, cp, Py_MIN(size, INT_MAX));
    [all...]
selectmodule.c 762 n = _Py_write(self->fd_devpoll, self->fds, size);
    [all...]
posixmodule.c     [all...]
  /external/python/cpython3/Modules/_io/
fileio.c 856 n = _Py_write(self->fd, b->buf, b->len);
    [all...]
  /external/python/cpython3/Python/
fileutils.c     [all...]

Completed in 263 milliseconds