Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ path_get_temp_path_
Function
path_get_temp_path_
v2/engine/pathunix.c:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
*/
38
39
void path_get_temp_path_( string * buffer )
40
{
41
char const * t = getenv(
"TMPDIR"
);
42
string_append( buffer, t ? t :
"/tmp"
);
43
}
44
45
46
/*
Callers
nothing calls this directly
Calls
1
string_append
Function · 0.85
Tested by
no test coverage detected