Searched refs:ViewerPath (Results 1 – 1 of 1) sorted by relevance
153 std::string ViewerPath; in DisplayGraph() local158 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()160 args.push_back(ViewerPath); in DisplayGraph()169 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()171 args.push_back(ViewerPath); in DisplayGraph()179 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()181 args.push_back(ViewerPath); in DisplayGraph()191 args.push_back(ViewerPath); in DisplayGraph()253 args.push_back(ViewerPath); in DisplayGraph()283 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()[all …]