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)
144 def iml_path(self): member in IMLGenerator
119 iml_paths += [project.iml_path for project in projects]194 for iml_path in iml_path_list:195 module_list.append(_SUB_MODULES_SECTION.format(IML=iml_path))
128 self.iml_path = ''
252 return framework_srcjars_iml.iml_path371 project.iml_path = dep_iml.iml_path
227 iml_path = self.split_projs.gen_framework_srcjars_iml()230 self.assertEqual(iml_path, expected_path)