Searched refs:root_dir (Results 1 – 6 of 6) sorted by relevance
/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/framework/harnesses/host_controller/build/ |
D | build_provider.py | 272 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/ |
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 | vts_vndk_dependency_test.py | 213 for root_dir, dir_names, file_names in os.walk(host_dir): 215 yield os.path.join(root_dir, file_name)
|
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)
|