Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/
Dabi_check.py260 output_path = os.path.join(
268 "-o", output_path,
276 version.abi_dumps[mbed_module] = output_path
404 def _abi_compliance_command(self, mbed_module, output_path): argument
413 "-report-path", output_path,
426 output_path = os.path.join(
434 self._abi_compliance_command(mbed_module, output_path),
451 "for details see {}".format(mbed_module, output_path)
458 os.remove(output_path)