Searched refs:rel_path (Results 1 – 6 of 6) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider.py | 235 def SetAdditionalFile(self, rel_path, full_path): argument 242 self._additional_files[rel_path] = full_path 245 def GetAdditionalFile(self, rel_path=None): argument 247 if rel_path is None: 249 return self._additional_files[rel_path] 305 rel_path = (os.path.relpath(file_path, root_dir) if root_dir else 307 self.SetAdditionalFile(rel_path, file_path)
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 260 rel_path = os.path.relpath(lib_path, self._temp_dir) 277 logging.exception("%s: Cannot diff ABI", rel_path) 282 rel_path, "\n".join(missing_symbols)) 286 rel_path, 289 error_list.append(rel_path) 291 logging.info("%s: Pass", rel_path)
|
D | VtsVndkAbiTest.py | 272 rel_path = os.path.relpath(lib_path, self._temp_dir) 289 logging.exception("%s: Cannot diff ABI", rel_path) 294 rel_path, "\n".join(missing_symbols)) 298 rel_path, 301 error_list.append(rel_path) 303 logging.info("%s: Pass", rel_path)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_fetch.py | 203 rel_path + ": " + full_path for rel_path, full_path in
|
/test/vts-testcase/vndk/dependency/ |
D | vts_vndk_dependency_test.py | 234 rel_path = os.path.relpath(full_path, host_dir) 236 target_dir, *rel_path.split(os.path.sep))
|
D | VtsVndkDependencyTest.py | 229 rel_path = os.path.relpath(full_path, host_dir) 231 target_dir, *rel_path.split(os.path.sep))
|