Searched refs:DotExe (Results 1 – 1 of 1) sorted by relevance
2265 static ErrorOr<std::string> DotExe = sys::findProgramByName(DotBinary); in genHTML() local2266 if (!DotExe) in genHTML()2270 int Result = sys::ExecuteAndWait(*DotExe, Args, std::nullopt); in genHTML()