Home
last modified time | relevance | path

Searched refs:append_path (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
Dconfig.py35 self.with_environment('PATH', path, append_path=True)
88 'ASAN_OPTIONS', 'detect_leaks=1', append_path=True)
104 def with_environment(self, variable, value, append_path=False): argument
105 if append_path:
137 def with_system_environment(self, variables, append_path=False): argument
143 self.with_environment(v, value, append_path)
374 self.with_environment('PATH', paths, append_path=True)
377 self.with_environment('LD_LIBRARY_PATH', paths, append_path=True)
462 self.with_environment('PATH', tool_dirs, append_path=True)
463 self.with_environment('LD_LIBRARY_PATH', lib_dirs, append_path=True)
/external/swiftshader/third_party/llvm-7.0/llvm/test/
Dlit.cfg.py39 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
51 llvm_config.with_environment('OCAMLPATH', top_ocaml_lib, append_path=True)
52 llvm_config.with_environment('OCAMLPATH', llvm_ocaml_lib, append_path=True)
56 'CAML_LD_LIBRARY_PATH', llvm_ocaml_lib, append_path=True)
/external/autotest/client/bin/
Dutils.py625 def append_path(oldpath, newpath): function