Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dproject_file_gen_unittest.py87 test_module = common_util.read_file_content(self._MODULE_PATH)
90 sample_module = common_util.read_file_content(self._MODULE_XML_SAMPLE)
97 test_module = common_util.read_file_content(self._MODULE_PATH)
100 sample_module = common_util.read_file_content(
184 sample_module = common_util.read_file_content(
192 test_module = common_util.read_file_content(self._MODULE_PATH)
Dxml_util.py40 common_util.read_file_content(xml_file),
Dconfig.py248 file_content = common_util.read_file_content(
325 properties = common_util.read_file_content(self.idea_file).splitlines()
Dproject_file_gen.py325 content = common_util.read_file_content(target_path)
Dcommon_util.py617 def read_file_content(path, encode_type='utf8'): function
Dconfig_unittest.py343 generated_content = common_util.read_file_content(generated_file)
Dcommon_util_unittest.py259 self.assertEqual(expacted_data1, common_util.read_file_content(file_a))
/tools/asuite/aidegen/idea/
Diml_unittest.py114 result = common_util.read_file_content(gen_iml)
143 result = common_util.read_file_content(gen_iml)
/tools/asuite/aidegen/sdk/
Dandroid_sdk.py144 properties = common_util.read_file_content(properties_file)