Home
last modified time | relevance | path

Searched refs:FRAMEWORK_PATH (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/aidegen/lib/
Dproject_info.py507 if module.module_path == constant.FRAMEWORK_PATH:
508 framework_srcjar_path = os.path.join(constant.FRAMEWORK_PATH,
517 'dep_paths': [constant.FRAMEWORK_PATH],
Dsource_locator.py51 _FRAMEWORK_SRCJARS_PATH = os.path.join(constant.FRAMEWORK_PATH,
576 if self.module_path != constant.FRAMEWORK_PATH:
577 self.dep_paths.append(constant.FRAMEWORK_PATH)
/tools/asuite/aidegen/idea/
Diml.py178 if constant.FRAMEWORK_PATH in src:
187 if constant.FRAMEWORK_PATH in test:
/tools/asuite/aidegen/project/
Dproject_splitter.py100 {p.project_relative_path == constant.FRAMEWORK_PATH
105 constant.FRAMEWORK_PATH))
192 if self._framework_exist and proj_path != constant.FRAMEWORK_PATH:
/tools/asuite/aidegen/
Dconstant.py175 FRAMEWORK_PATH = 'frameworks/base' variable