Home
last modified time | relevance | path

Searched defs:ensure_directory (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/PC/bdist_wininst/
Dextract.c28 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory() function
/external/python/cpython2/PC/bdist_wininst/
Dextract.c29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory() function
/external/python/setuptools/pkg_resources/
D__init__.py3008 def ensure_directory(path): function