MCPcopy Create free account
hub / github.com/boostorg/build / os_name

Function os_name

v2/util/utility.py:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 return (toolset, name)
131
132def os_name ():
133 result = bjam.variable("OS")
134 assert(len(result) == 1)
135 return result[0]
136
137def platform ():
138 return bjam.variable("OSPLAT")

Callers 8

initFunction · 0.90
gcc.pyFile · 0.90
default_host_osFunction · 0.85
check_tool_auxFunction · 0.85
variable_setting_commandFunction · 0.85
file_creation_commandFunction · 0.85
mkdirFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected