Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c2268 #define SYMLINKAT_DIR_FD_CONVERTER dir_fd_converter macro
2270 #define SYMLINKAT_DIR_FD_CONVERTER dir_fd_unavailable macro
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3157 …h_converter, &src, path_converter, &dst, &target_is_directory, SYMLINKAT_DIR_FD_CONVERTER, &dir_fd… in os_symlink()