Searched refs:PartFilename (Results 1 – 1 of 1) sorted by relevance
1126 std::string PartFilename = OutputFilename; in main() local1128 PartFilename += "." + utostr(Task); in main()1132 std::make_unique<raw_fd_ostream>(PartFilename, EC, sys::fs::OF_None); in main()1134 error("error opening the file '" + PartFilename + "': " + EC.message()); in main()