MCPcopy Create free account
hub / github.com/Kitware/CMake / __output_path

Function __output_path

Source/cmConvertMSBuildXMLToJSON.py:429–432  ·  view source on GitHub ↗

Gets the output path for a file given the toolchain, rule and output_dir

(toolchain, rule, output_dir)

Source from the content-addressed store, hash-verified

427
428
429def __output_path(toolchain, rule, output_dir):
430 """Gets the output path for a file given the toolchain, rule and output_dir"""
431 filename = '%s_%s.json' % (toolchain, rule)
432 return os.path.join(output_dir, filename)
433
434
435###########################################################################################

Callers 1

mainFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…