Home
last modified time | relevance | path

Searched defs:relative_paths (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/third_party/gpus/
Dfind_cuda_config.py197 def _not_found_error(base_paths, relative_paths, filepattern): argument
205 def _find_file(base_paths, relative_paths, filepattern): argument
225 def _find_versioned_file(base_paths, relative_paths, filepatterns, argument
/external/angle/third_party/zlib/google/
Dzip_writer.cc201 const Paths relative_paths = paths.subspan(0, n); in AddMixedEntries() local
241 const Paths relative_paths = paths.subspan(0, n); in AddFileEntries() local
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtools.py124 def relative_paths(paths: Iterable[Path], start: Path) -> Iterable[Path]: function
Dpresubmit.py185 def relative_paths(self, start: Optional[Path] = None) -> Tuple[Path, ...]: member in PresubmitContext
/external/zlib/google/
Dzip_writer.cc154 std::vector<base::FilePath> relative_paths; in FlushEntriesIfNeeded() local