Searched refs:ViewerPath (Results 1 – 1 of 1) sorted by relevance
194 std::string ViewerPath; in DisplayGraph() local199 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()201 args.push_back(ViewerPath); in DisplayGraph()210 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()212 args.push_back(ViewerPath); in DisplayGraph()220 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()222 args.push_back(ViewerPath); in DisplayGraph()232 args.push_back(ViewerPath); in DisplayGraph()294 args.push_back(ViewerPath); in DisplayGraph()324 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()[all …]