Searched defs:argument_unavailable_error (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
H A Dposixmodule.c1058 argument_unavailable_error(const char *function_name, const char *argument_name) function
1074 argument_unavailable_error(NULL, "dir_fd");
1087 argument_unavailable_error(function_name, "fd");
1097 argument_unavailable_error(function_name, "follow_symlinks");
2504 argument_unavailable_error("access", "effective_ids");
3339 argument_unavailable_error("link", "src_dir_fd and dst_dir_fd");
3975 argument_unavailable_error(function_name, "src_dir_fd and dst_dir_fd");

Completed in 123 milliseconds