Home
last modified time | relevance | path

Searched refs:path_t (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h34 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks);
44 path_t path = PATH_T_INITIALIZE("stat", "path", 0, 1); in os_stat()
93 os_lstat_impl(PyObject *module, path_t *path, int dir_fd);
103 path_t path = PATH_T_INITIALIZE("lstat", "path", 0, 0); in os_lstat()
165 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd,
176 path_t path = PATH_T_INITIALIZE("access", "path", 0, 0); in os_access()
313 os_chdir_impl(PyObject *module, path_t *path);
322 path_t path = PATH_T_INITIALIZE("chdir", "path", 0, PATH_HAVE_FCHDIR); in os_chdir()
411 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd,
422 path_t path = PATH_T_INITIALIZE("chmod", "path", 0, PATH_HAVE_FCHMOD); in os_chmod()
[all …]
/external/python/cpython3/Modules/
Dposixmodule.c1056 } path_t; typedef
1067 path_cleanup(path_t *path) in path_cleanup()
1076 path_t *path = (path_t *)p; in path_converter()
1336 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1661 path_error(path_t *path) in path_error()
1667 posix_path_error(path_t *path) in posix_path_error()
1673 path_error2(path_t *path, path_t *path2) in path_error2()
2414 posix_do_stat(PyObject *module, const char *function_name, path_t *path, in posix_do_stat()
2805 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2828 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
[all …]