Home
last modified time | relevance | path

Searched refs:package_list_file_path (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/tools/script/
Dgenerate_module_unittest.py137 package_list_file_path = '/test/package_list.txt'
143 ['--package_list', package_list_file_path,
147 package_list_file_path = '/test/package_list.txt'
150 self.fs.create_file(package_list_file_path,
156 ['--package_list', package_list_file_path,
167 package_list_file_path = '/test/package_list.txt'
170 self.fs.create_file(package_list_file_path,
176 package_list_file_path, root_dir)
Dgenerate_module.py43 def generate_all_modules_from_config(package_list_file_path, root_dir): argument
52 with open(package_list_file_path) as fp: