Searched refs:root_dir (Results 1 – 7 of 7) sorted by relevance
/test/app_compat/csuite/tools/script/ |
D | generate_module_test.py | 142 root_dir = '/test/modules' 143 os.makedirs(root_dir) 147 ['--package-list', package_list_file_path, '--root-dir', root_dir], 157 root_dir = '/test/modules' 161 ['--package-list', package_list_file_path, '--root-dir', root_dir], 171 root_dir = '/test/modules' 172 os.makedirs(root_dir) 177 '--package-list', package_list_file_path, '--root-dir', root_dir, 189 root_dir = '/test/modules' 190 os.makedirs(root_dir) [all …]
|
D | generate_module.py | 90 root_dir, argument 112 remove_existing_package_files(root_dir) 116 _generate_module_files(line.strip(), root_dir, build_module_template, 120 def remove_existing_package_files(root_dir): argument 121 for filename in glob.iglob(root_dir + '/**/AndroidTest.xml'): 125 for filename in glob.iglob(root_dir + '/**/Android.bp'): 129 _remove_empty_dirs(root_dir) 151 def _generate_module_files(package_name, root_dir, build_module_template, argument 161 package_dir = _create_package_dir(root_dir, package_name) 173 def _create_package_dir(root_dir, package_name): argument [all …]
|
/test/vts/utils/python/reporting/ |
D | report_file_utils_test.py | 86 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,
|
D | report_file_utils.py | 89 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/vts/runners/host/ |
D | utils.py | 212 for root_dir, dir_names, file_names in os.walk(dir_path): 214 yield root_dir, file_name
|
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 227 for root_dir, file_name in utils.iterate_files(host_dir): 228 full_path = os.path.join(root_dir, file_name)
|
D | vts_vndk_dependency_test.py | 220 for root_dir, dir_names, file_names in os.walk(host_dir): 222 yield os.path.join(root_dir, file_name)
|