Searched refs:path_t (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 34 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks); 42 path_t path = PATH_T_INITIALIZE("stat", "path", 0, 1); in os_stat() 72 os_lstat_impl(PyObject *module, path_t *path, int dir_fd); 80 path_t path = PATH_T_INITIALIZE("lstat", "path", 0, 0); in os_lstat() 132 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, 141 path_t path = PATH_T_INITIALIZE("access", "path", 0, 0); in os_access() 240 os_chdir_impl(PyObject *module, path_t *path); 248 path_t path = PATH_T_INITIALIZE("chdir", "path", 0, PATH_HAVE_FCHDIR); in os_chdir() 330 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, 339 path_t path = PATH_T_INITIALIZE("chmod", "path", 0, PATH_HAVE_FCHMOD); in os_chmod() [all …]
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 914 } path_t; typedef 925 path_cleanup(path_t *path) in path_cleanup() 934 path_t *path = (path_t *)p; in path_converter() 1195 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid() 1464 path_error(path_t *path) in path_error() 1470 posix_path_error(path_t *path) in posix_path_error() 1476 path_error2(path_t *path, path_t *path2) in path_error2() 2109 posix_do_stat(const char *function_name, path_t *path, in posix_do_stat() 2489 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl() 2512 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl() [all …]
|