Home
last modified time | relevance | path

Searched refs:quoted_command (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp2376 string quoted_command; in windows_popen_wrapper() local
2381 string_new( &quoted_command ); in windows_popen_wrapper()
2382 string_append( &quoted_command, "\"" ); in windows_popen_wrapper()
2383 string_append( &quoted_command, command ); in windows_popen_wrapper()
2384 string_append( &quoted_command, "\"" ); in windows_popen_wrapper()
2385 command = quoted_command.value; in windows_popen_wrapper()
2391 string_free( &quoted_command ); in windows_popen_wrapper()