Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 8 of 8) sorted by relevance

/test/app_compat/csuite/tools/script/
Dgenerate_module_unittest.py138 root_dir = '/test/modules'
139 os.makedirs(root_dir)
144 '--root_dir', root_dir])
152 root_dir = '/test/modules'
157 '--root_dir', root_dir])
172 root_dir = '/test/modules'
173 self.fs.create_dir(root_dir)
176 package_list_file_path, root_dir)
179 os.path.join(root_dir, package_name1, 'Android.bp')))
181 os.path.join(root_dir, package_name1, 'AndroidTest.xml')))
[all …]
Dgenerate_module.py43 def generate_all_modules_from_config(package_list_file_path, root_dir): argument
50 remove_existing_package_files(root_dir)
54 _generate_module_files(line.strip(), root_dir)
57 def remove_existing_package_files(root_dir): argument
58 for filename in glob.iglob(root_dir + '**/AndroidTest.xml'):
62 for filename in glob.iglob(root_dir + '**/Android.bp'):
66 _remove_empty_dirs(root_dir)
86 def _generate_module_files(package_name, root_dir): argument
93 package_dir = _create_package_dir(root_dir, package_name)
105 def _create_package_dir(root_dir, package_name): argument
[all …]
/test/vts/utils/python/reporting/
Dreport_file_utils_test.py86 root_dir = "dir1/dir1_1"
90 root_dir=root_dir,
96 os.path.relpath(os.path.dirname(src_path), root_dir),
103 os.path.relpath(os.path.dirname(src_path), root_dir),
116 root_dir = "dir1/dir1_1"
120 root_dir=root_dir,
139 root_dir = "dir1/dir1_1"
143 root_dir=root_dir,
Dreport_file_utils.py89 root_dir=None, argument
104 root_dir = NotNoneStr(root_dir)
115 if not self._flatten_source_dir and root_dir:
117 os.path.relpath(dir_path, root_dir), relative_path)
256 root_dir=source_dir,
/test/framework/harnesses/host_controller/build/
Dbuild_provider.py272 root_dir=None, argument
289 self.SetFetchedDirectory(file_path, root_dir, full_device_images)
305 rel_path = (os.path.relpath(file_path, root_dir) if root_dir else
/test/vts/runners/host/
Dutils.py212 for root_dir, dir_names, file_names in os.walk(dir_path):
214 yield root_dir, file_name
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py213 for root_dir, dir_names, file_names in os.walk(host_dir):
215 yield os.path.join(root_dir, file_name)
DVtsVndkDependencyTest.py227 for root_dir, file_name in utils.iterate_files(host_dir):
228 full_path = os.path.join(root_dir, file_name)