Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/
Dlit.cfg.py129 python_exec = sh_quote(config.python_executable) variable
135 '%s %s' % (python_exec, check_clang_tidy)) )
140 '%s %s' % (python_exec, clang_tidy_diff)) )
145 '%s %s' % (python_exec, run_clang_tidy)) )
/external/llvm-project/compiler-rt/test/asan/
Dlit.cfg.py181 python_exec = sh_quote(get_required_attr(config, "python_executable")) variable
186 config.substitutions.append( ("%asan_symbolize", python_exec + " " + asan_symbolize + " ") )
193 config.substitutions.append( ("%sancov ", python_exec + " " + sancov + " ") )
/external/compiler-rt/test/asan/
Dlit.cfg134 python_exec = get_required_attr(config, "python_executable")
135 config.substitutions.append( ("%asan_symbolize", python_exec + " " + asan_symbolize + " ") )
142 python_exec = get_required_attr(config, "python_executable")
143 config.substitutions.append( ("%sancov ", python_exec + " " + sancov + " ") )