Searched refs:os_stat_impl (Results 1 – 2 of 2) sorted by relevance
34 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks);50 return_value = os_stat_impl(module, &path, dir_fd, follow_symlinks); in os_stat()
2489 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl() function