Searched refs:rel_path (Results 1 – 4 of 4) 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 | VtsVndkAbiTest.py | 266 rel_path = os.path.relpath(lib_path, self._temp_dir) 283 logging.exception("%s: Cannot diff ABI", rel_path) 288 rel_path, "\n".join(missing_symbols)) 292 rel_path, 297 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 | VtsVndkDependencyTest.py | 217 rel_path = os.path.relpath(full_path, host_dir) 219 target_dir, *rel_path.split(os.path.sep))
|