Lines Matching refs:cmd_path
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))
330 declared_files.add(cmd_path)