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

Function path_get_temp_path_

src/engine/pathvms.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 */
73
74void path_get_temp_path_( string * buffer )
75{
76 char const * t = getenv( "TMPDIR" );
77 string_append( buffer, t ? t : "/tmp" );
78}
79
80
81/*

Callers

nothing calls this directly

Calls 1

string_appendFunction · 0.85

Tested by

no test coverage detected