Lines Matching refs:output_path
272 output_path = os.path.join(
280 "-o", output_path,
288 version.abi_dumps[mbed_module] = output_path
416 def _abi_compliance_command(self, mbed_module, output_path):
418 The report will be placed in output_path."""
425 "-report-path", output_path,
438 output_path = os.path.join(
446 self._abi_compliance_command(mbed_module, output_path),
463 "for details see {}".format(mbed_module, output_path)
470 os.remove(output_path)