Searched refs:iml_path (Results 1 – 6 of 6) sorted by relevance
67 iml_path = os.path.join(IMLGenUnittests._TEST_DIR, 'a/b/test_iml.iml')68 self.assertEqual(self.iml.iml_path, iml_path)
136 def iml_path(self): member in IMLGenerator
117 iml_paths += [project.iml_path for project in projects]186 for iml_path in iml_path_list:187 module_list.append(_SUB_MODULES_SECTION.format(IML=iml_path))
116 self.iml_path = ''
216 return framework_srcjars_iml.iml_path265 project.iml_path = dep_iml.iml_path
211 iml_path = self.split_projs.gen_framework_srcjars_iml()214 self.assertEqual(iml_path, expected_path)