Searched refs:cmd_path (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/ |
| H A D | ParseCommand.py | 218 def add_line_label(labels, label, cmd_path, cmd_lineno): argument 224 err.filename = cmd_path 232 def add_address(addresses, address, cmd_path, cmd_lineno): argument 239 err.filename = cmd_path 251 cmd_path = path 298 cmd_path, 323 cmd_path = command.declared_file 324 if not os.path.isabs(cmd_path): 327 cmd_path = os.path.join(source_dir, cmd_path) 329 cmd_path = str(PurePath(cmd_path)) [all …]
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | creduce-clang-crash.py | 38 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument 43 if cmd_path: 45 cmd_path = os.path.abspath(cmd_path) 46 cmd = find_executable(cmd_path) 49 sys.exit("ERROR: executable `%s` not found" % (cmd_path))
|