Searched refs:get_cmd_path (Results 1 – 5 of 5) sorted by relevance
26 self.node = ToolBase.get_cmd_path('node', 'NODE')
31 self.tsc = ToolBase.get_cmd_path('tsc', 'TSC')
33 binpath = ToolBase.get_cmd_path(self.binname, 'V_8')
31 self.swiftc = ToolBase.get_cmd_path('swiftc', 'SWIFTC')
118 def get_cmd_path(cmd: str, env_var: str = '') -> Optional[str]: member in ToolBase