Searched refs:run_script_path (Results 1 – 1 of 1) sorted by relevance
519 run_script_path = os.path.realpath(self._installed_path)520 app_folder = self._get_application_path(run_script_path)537 ide_common_util.get_run_ide_cmd(run_script_path, '',580 def _get_application_path(run_script_path): argument594 if not run_script_path or not os.path.isfile(run_script_path):596 index = str.find(run_script_path, 'intellij-')597 target_path = None if index == -1 else run_script_path[index:]598 if not target_path or '-' not in run_script_path: