Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c2244 #define MKFIFOAT_DIR_FD_CONVERTER dir_fd_converter macro
2246 #define MKFIFOAT_DIR_FD_CONVERTER dir_fd_unavailable macro
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4112 path_converter, &path, &mode, MKFIFOAT_DIR_FD_CONVERTER, &dir_fd)) { in os_mkfifo()