Searched refs:path_t (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 34 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() 303 os_chdir_impl(PyObject *module, path_t *path); 312 path_t path = PATH_T_INITIALIZE("chdir", "path", 0, PATH_HAVE_FCHDIR); in os_chdir() 401 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, 412 path_t pat in os_chmod() [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 1085 * path_converter takes care to not write to the path_t 1090 * path_t path; 1114 } path_t; typedef 1125 path_cleanup(path_t *path) in path_cleanup() 1139 path_t *path = (path_t *)p; in path_converter() 1425 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid() 1749 path_error(path_t *path) in path_error() 1755 posix_path_error(path_t *path) in posix_path_error() 1761 path_error2(path_t *pat [all...] |
Completed in 14 milliseconds