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.c2529 #define FACCESSAT_DIR_FD_CONVERTER dir_fd_converter macro
2531 #define FACCESSAT_DIR_FD_CONVERTER dir_fd_unavailable macro
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h203 if (!FACCESSAT_DIR_FD_CONVERTER(args[2], &dir_fd)) { in os_access()