Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/lit/lit/llvm/
Dconfig.py120 def with_environment(self, variable, value, append_path=False): argument
153 def with_system_environment(self, variables, append_path=False): argument
/external/skia/gm/
Dconicpaths.cpp33 template <typename Proc> void append_path(Proc proc) { in append_path() function in ConicPathsGM
/external/autotest/client/bin/
Dutils.py579 def append_path(oldpath, newpath): function