Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 9 of 9) sorted by relevance

/tools/asuite/aidegen/idea/
Dxml_gen.py119 def gen_vcs_xml(module_path, git_paths): argument
131 vcs = XMLGenerator(module_path, 'vcs.xml')
132 if module_path != common_util.get_android_root_dir() or not vcs.xml_obj:
137 def write_ignore_git_dirs_file(module_path, ignore_paths): argument
145 workspace = XMLGenerator(module_path, 'workspace.xml')
Diml_unittest.py74 module_path = os.path.join(IMLGenUnittests._TEST_DIR, 'a/b')
104 """.format(MODULE_PATH=module_path,
/tools/asuite/aidegen/lib/
Dsource_locator.py123 'out/soong/.intermediates', self.module_path, self.module_name)
229 self.module_path = (self.module_data[constant.KEY_PATH][0]
248 self.module_path, _ANDROID_SUPPORT_PATH_KEYWORD)
489 jar_path = os.path.join(self.module_path, jar_name)
576 if self.module_path != constant.FRAMEWORK_PATH:
579 if self.module_path != constant.LIBCORE_PATH:
583 if path not in self.dep_paths and path != self.module_path:
Dproject_file_gen.py183 module_path = self.project_info.project_absolute_path
186 module_name = iml.IMLGenerator.get_unique_iml_name(module_path)
203 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
314 def update_enable_debugger(module_path, enable_debugger_module_abspath=None): argument
327 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
Dproject_info_unittest.py385 mock_module_data.module_path = ''
388 mock_module_data.module_path = 'a/b'
429 mock_module_data.module_path = 'frameworks/base'
458 mock_module_data.module_path = 'frameworks/base'
Dproject_info.py420 module.module_path
513 if module.module_path == constant.FRAMEWORK_PATH:
553 mod_path = module.module_path
Dide_util_unittest.py164 module_path = os.path.join(self._TEST_DIR, 'test')
165 idea_path = os.path.join(module_path, '.idea')
169 util_obj.config_ide(module_path)
/tools/asuite/atest-py2/test_finders/
Dmodule_finder.py186 for module_path in self.module_info.get_paths(module_name):
187 mod_dir = module_path.replace('/', '-')
/tools/asuite/atest/test_finders/
Dmodule_finder.py246 for module_path in self.module_info.get_paths(module_name):
247 mod_dir = module_path.replace('/', '-')