Home
last modified time | relevance | path

Searched refs:avbtool (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/internal/lib/
Dota_tools.py217 avbtool = self._GetBinary(_AVBTOOL)
218 utils.Popen(avbtool, "make_vbmeta_image",
Dota_tools_test.py224 avbtool = self._CreateBinary("avbtool")
233 avbtool, "make_vbmeta_image",
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGkiDeviceFlashPreparer.java651 File avbtool = getRequestedFile(device, AVBTOOL, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in buildGkiSystemDlkmImg() local
652 avbtool.setExecutable(true, false); in buildGkiSystemDlkmImg()
658 avbtool.getAbsolutePath(), mSystemDlkmImg.getAbsolutePath()); in buildGkiSystemDlkmImg()
683 File avbtool = getRequestedFile(device, AVBTOOL, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in addHashFooter() local
684 avbtool.setExecutable(true, false); in addHashFooter()
710 avbtool.getAbsolutePath(), in addHashFooter()