HomeSort by relevance Sort by last modified time
    Searched refs:vbmeta (Results 1 - 11 of 11) sorted by null

  /device/google/wahoo/lisa/
update-script.sh 62 fastboot flash vbmeta
  /development/vndk/tools/
build_mixed 15 echo "override_vbmeta_image_path is the path to a vbmeta.img to use"
16 echo " to override the existing vbmeta.img of device. Optional."
75 exit_badparam "Specified vbmeta.img not found: "$OVERRIDE_VBMETA_IMAGE_PATH""
116 IMAGES/system.img IMAGES/vbmeta.img META/system_matrix.xml META/system_manifest.xml "$SYSTEM_BUILD_PROP" \
168 # Only override vbmeta if it is already present since fastboot update will try
170 if [[ -f "$DEVICE_IMAGES_DIR"/vbmeta.img ]]; then
171 readonly VBMETA_IMAGE_PATH="${OVERRIDE_VBMETA_IMAGE_PATH:-"$SYSTEM_IMAGES_DIR"/vbmeta.img}"
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 72 # Builds a special vbmeta.img that disables AVB verification.
  /build/make/target/board/generic/
BoardConfig.mk 84 # Builds a special vbmeta.img that disables AVB verification.
  /build/make/target/board/generic_x86/
BoardConfig.mk 74 # Builds a special vbmeta.img that disables AVB verification.
  /test/framework/harnesses/host_controller/command_processor/
command_flash.py 62 self.arg_parser.add_argument("--vbmeta", help="Path to vbmeta image")
171 ret_flash = flasher.FlashGSI(args.gsi, args.vbmeta)
  /build/make/target/board/generic_arm64/
BoardConfig.mk 100 # Builds a special vbmeta.img that disables AVB verification.
  /external/avb/
avbtool 193 """Calculates the release string to use in the VBMeta struct."""
496 """Checks that the signature in a vbmeta blob was made by
501 vbmeta_blob: The whole vbmeta blob, including the header.
505 public key. Also returns True if the vbmeta blob is not signed.
    [all...]
  /system/libvintf/test/
LibVintfTest.cpp 85 void setAvb(RuntimeInfo &ki, Version vbmeta, Version boot) {
86 ki.mBootVbmetaAvbVersion = vbmeta;
637 " <vbmeta-version>2.1</vbmeta-version>\n"
    [all...]
  /device/google/wahoo/
device.mk 120 vbmeta \
  /build/make/core/
Makefile     [all...]

Completed in 395 milliseconds