Searched refs:logfilename (Results 1 – 1 of 1) sorted by relevance
283 std::string logfilename = mWorkingDir + "/compile_log"; in runCmd() local285 cmd += " > " + logfilename + " 2>&1"; in runCmd()291 std::ifstream ifs(logfilename.c_str()); in runCmd()