Home
last modified time | relevance | path

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

/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)