Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c2208 #define FACCESSAT_DIR_FD_CONVERTER dir_fd_converter macro
2210 #define FACCESSAT_DIR_FD_CONVERTER dir_fd_unavailable macro
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h149 …path_converter, &path, &mode, FACCESSAT_DIR_FD_CONVERTER, &dir_fd, &effective_ids, &follow_symlink… in os_access()