Home
last modified time | relevance | path

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

/external/bazelbuild-rules_android/rules/
Dpath.bzl32 def _normalize_path(path, posix = False):
98 normalize = _normalize_path,
/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)
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl105 def _normalize_path(path):
125 src_dir = _normalize_path(src_dir)
126 dest_dir = _normalize_path(dest_dir)
316 python_include = _normalize_path(python_include)
/external/tensorflow/third_party/gpus/
Dfind_cuda_config.py558 def _normalize_path(path): function
632 result[k] = _normalize_path(v)