Searched refs:stderr_file (Results 1 – 2 of 2) sorted by relevance
/third_party/libuv/test/ |
D | test-spawn.c | 492 uv_file stderr_file; in TEST_IMPL() local 520 stderr_file = dup2(r, STDERR_FILENO); in TEST_IMPL() 521 ASSERT(stderr_file != -1); in TEST_IMPL() 528 options.stdio[1].data.fd = stderr_file; in TEST_IMPL() 557 r = uv_fs_read(NULL, &fs_req, stderr_file, &buf, 1, 0, NULL); in TEST_IMPL() 561 r = uv_fs_close(NULL, &fs_req, stderr_file, NULL); in TEST_IMPL()
|
/third_party/boost/libs/wave/tool/ |
D | trace_macro_expansion.hpp | 1316 string_type stderr_file(std::tmpnam(0)); local 1320 system_str += " >" + stdout_file + " 2>" + stderr_file; 1352 std::remove(stderr_file.c_str());
|