Searched refs:_pystat_fromstructstat (Results 1 – 2 of 2) sorted by relevance
1476 _pystat_fromstructstat(STRUCT_STAT *st) in _pystat_fromstructstat() function1663 return _pystat_fromstructstat(&st); in posix_do_stat()1687 result = _pystat_fromstructstat(&st); in posix_do_stat()6883 return _pystat_fromstructstat(&st); in posix_fstat()
2408 _pystat_fromstructstat(PyObject *module, STRUCT_STAT *st) in _pystat_fromstructstat() function2577 return _pystat_fromstructstat(module, &st); in posix_do_stat()10175 return _pystat_fromstructstat(module, &st); in os_fstat_impl()13689 return _pystat_fromstructstat(module, &st); in DirEntry_fetch_stat()13698 self->lstat = _pystat_fromstructstat(module, &self->win32_lstat); in DirEntry_get_lstat()