Searched refs:os_mkdir_impl (Results 1 – 2 of 2) sorted by relevance
1331 os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd);1377 return_value = os_mkdir_impl(module, &path, mode, dir_fd); in os_mkdir()
4360 os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkdir_impl() function