Searched refs:avbtool (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/internal/lib/ |
D | ota_tools.py | 217 avbtool = self._GetBinary(_AVBTOOL) 218 utils.Popen(avbtool, "make_vbmeta_image",
|
D | ota_tools_test.py | 224 avbtool = self._CreateBinary("avbtool") 233 avbtool, "make_vbmeta_image",
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | GkiDeviceFlashPreparer.java | 651 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()
|