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