Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c2238 #define MKDIRAT_DIR_FD_CONVERTER dir_fd_converter macro
2240 #define MKDIRAT_DIR_FD_CONVERTER dir_fd_unavailable macro
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1098 path_converter, &path, &mode, MKDIRAT_DIR_FD_CONVERTER, &dir_fd)) { in os_mkdir()