Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp90 std::string OutputFileName = "output.txt"; variable
182 fprintf(stderr, "Can't write into file '%s'\n", OutputFileName.c_str()); in operator ()()
196 FILE* output_file = fopen(OutputFileName.c_str(), "w"); in run_pipeline()
198 throw std::invalid_argument(("Invalid output file name: " + OutputFileName).c_str()); in run_pipeline()
240 .positional_arg(OutputFileName, "output-file", "output file name") in main()
/oneTBB/doc/main/tbb_userguide/
H A DWorking_on_the_Assembly_Line_pipeline.rst227 fprintf(stderr,"Can't write into file '%s'\n", OutputFileName);