Lines Matching refs:path
190 return [os.path.join(f, self._bin_file_name) for f in self._bin_folders]
252 def _set_jdk_config(self, path): argument
258 jdk_table_path = os.path.join(path, self._IDE_JDK_TABLE_PATH)
260 if os.path.isfile(jdk_table_path):
347 _config_source = os.path.join(constant.ANDROID_ROOT_PATH, 'development',
351 return _config_source if os.path.isfile(_config_source) else None
363 _JDK_PATH = os.path.join(constant.ANDROID_ROOT_PATH,
367 _JDK_PART_TEMPLATE_PATH = os.path.join(
369 _JDK_FULL_TEMPLATE_PATH = os.path.join(constant.AIDEGEN_ROOT_PATH,
376 self._ls_ce_path = os.path.join('/opt/intellij-ce-2*/bin',
378 self._ls_ue_path = os.path.join('/opt/intellij-ue-2*/bin',
402 os.path.join(os.getenv('HOME'), '.IdeaI?20*'))
404 glob.glob(os.path.join(os.getenv('HOME'), '.IntelliJIdea20*')))
415 os.path.join(os.getenv('HOME'), _config_folder))
424 return os.path.join('config', 'codestyles')
436 _JDK_PATH = os.path.join(constant.ANDROID_ROOT_PATH,
439 _JDK_PART_TEMPLATE_PATH = os.path.join(
441 _JDK_FULL_TEMPLATE_PATH = os.path.join(
449 self._ls_ce_path = os.path.join(
452 self._ls_ue_path = os.path.join(
470 os.path.join(
474 os.path.join(
561 for path in ls_output:
562 if os.access(path, os.X_OK):
563 match_eclipses.append(path)
599 self._bin_folders = [os.path.expanduser('~/eclipse/**')]
616 os.path.dirname(project_file), _IGNORE_STD_OUT_ERR_CMD, '&'
674 os.path.join(root, file_))
675 yield os.path.join(root, file_)
708 if os.path.basename(input_path).startswith(ide_file_name):
757 if not os.path.isfile(project_path):
758 return os.path.isdir(project_path) and os.path.isdir(
759 os.path.join(project_path, _IDEA_FOLDER))
761 _, ext = os.path.splitext(os.path.basename(project_path))
763 path = os.path.dirname(project_path)
764 logging.debug('Extracted path is: %s.', path)
765 return os.path.isdir(os.path.join(path, _IDEA_FOLDER))
787 if os.path.isfile(input_path):
789 if os.path.isdir(input_path):