Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
Dresources.py54 def _normalize_path(path) -> str: function
87 resource = _normalize_path(resource)
121 resource = _normalize_path(resource)
152 resource = _normalize_path(resource)
167 resource = _normalize_path(resource)
183 resource = _normalize_path(resource)
224 _normalize_path(name)
/external/grpc-grpc/third_party/py/
Dpython_configure.bzl96 def _normalize_path(path):
116 src_dir = _normalize_path(src_dir)
117 dest_dir = _normalize_path(dest_dir)
253 python_include = _normalize_path(python_include)