Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/build/
Dbuild_provider.py235 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/
Dvts_vndk_abi_test.py260 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)
DVtsVndkAbiTest.py272 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/
Dcommand_fetch.py203 rel_path + ": " + full_path for rel_path, full_path in
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py234 rel_path = os.path.relpath(full_path, host_dir)
236 target_dir, *rel_path.split(os.path.sep))
DVtsVndkDependencyTest.py229 rel_path = os.path.relpath(full_path, host_dir)
231 target_dir, *rel_path.split(os.path.sep))