Searched refs:run_script_path (Results 1 – 1 of 1) sorted by relevance
510 run_script_path = os.path.realpath(self._installed_path)511 app_folder = self._get_application_path(run_script_path)528 ide_common_util.get_run_ide_cmd(run_script_path, '',570 def _get_application_path(run_script_path): argument583 if not run_script_path or not os.path.isfile(run_script_path):585 index = str.find(run_script_path, 'intellij-')586 target_path = None if index == -1 else run_script_path[index:]587 if not target_path or '-' not in run_script_path: