Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/
Dcreduce-clang-crash.py37 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument
42 if cmd_path:
44 cmd_path = os.path.abspath(cmd_path)
45 cmd = find_executable(cmd_path)
48 sys.exit("ERROR: executable `%s` not found" % (cmd_path))