Home
last modified time | relevance | path

Searched defs:fstat_result (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Dbootstrap_hash.c308 int fstat_result; in dev_urandom() local
312 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
/external/python/cpython3/Modules/_io/
Dfileio.c255 int fstat_result; local
454 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat); local
716 int fstat_result; local
729 fstat_result = _Py_fstat_noraise(self->fd, &status); local
/external/rust/android-crates-io/crates/nix/test/
Dtest_stat.rs105 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
144 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
/external/python/cpython3/Modules/
Dmmapmodule.c1506 int fstat_result = -1; in new_mmap_object() local
1582 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object() local