Home
last modified time | relevance | path

Searched defs:fstat_result (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Python/
H A Dbootstrap_hash.c307 int fstat_result; in dev_urandom() local
311 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
/third_party/python/Modules/_io/
H A Dfileio.c242 int fstat_result; local
438 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat); local
700 int fstat_result; local
713 fstat_result = _Py_fstat_noraise(self->fd, &status); local
/third_party/python/Modules/
H A Dmmapmodule.c1217 int fstat_result = -1; in new_mmap_object() local
1291 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object() local

Completed in 5 milliseconds