Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
def
os_name ():
133
result = bjam.variable(
"OS"
)
134
assert(len(result) == 1)
135
return
result[0]
136
137
def
platform ():
138
return
bjam.variable(
"OSPLAT"
)
Callers
8
init
Function · 0.90
gcc.py
File · 0.90
default_host_os
Function · 0.85
check_tool_aux
Function · 0.85
variable_setting_command
Function · 0.85
file_creation_command
Function · 0.85
mkdir
Function · 0.85
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected