Searched refs:ViewerPath (Results 1 – 1 of 1) sorted by relevance
193 std::string ViewerPath; in DisplayGraph() local198 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()200 args.push_back(ViewerPath); in DisplayGraph()209 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()211 args.push_back(ViewerPath); in DisplayGraph()219 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()221 args.push_back(ViewerPath); in DisplayGraph()231 args.push_back(ViewerPath); in DisplayGraph()293 args.push_back(ViewerPath); in DisplayGraph()323 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()[all …]