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

  /bootable/recovery/update_verifier/include/update_verifier/
update_verifier.h 21 int update_verifier(int argc, char** argv);
  /bootable/recovery/update_verifier/
update_verifier_main.cpp 17 // See the comments in update_verifier.cpp.
24 #include "update_verifier/update_verifier.h"
33 // Set up update_verifier logging to be written to kmsg; because we may not have Logd during
37 return update_verifier(argc, argv);
Android.mk 22 update_verifier.cpp
52 # update_verifier (executable)
59 LOCAL_MODULE := update_verifier
75 LOCAL_INIT_RC := update_verifier.rc
update_verifier.cpp 22 * Update_verifier relies on dm-verity to capture any corruption on the partitions
26 * eio mode: dm-verity fails the read and update_verifier reboots the device
27 * other mode: not supported and update_verifier reboots the device
38 #include "update_verifier/update_verifier.h"
194 // Note that update_verifier should be backward compatible to not reject care_map.txt from old
196 // the care_map format between N and O. An O update_verifier would fail to work with N
227 // update_verifier (the last few metadata blocks can't be read via device mapper).
248 int update_verifier(int argc, char** argv) { function
312 LOG(INFO) << "Leaving update_verifier."
    [all...]
  /device/google/atv/products/
aosp_atv_arm64_ab.mk 28 update_verifier
aosp_atv_arm_ab.mk 28 update_verifier
  /bootable/recovery/tests/component/
update_verifier_test.cpp 22 #include <update_verifier/update_verifier.h>
  /bootable/recovery/
Android.mk 280 $(LOCAL_PATH)/update_verifier/Android.mk \
  /device/google/marlin/
device-common.mk 432 update_verifier
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 242 /system/bin/update_verifier u:object_r:update_verifier_exec:s0
  /device/google/wahoo/
device.mk 107 update_verifier
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 237 /system/bin/update_verifier u:object_r:update_verifier_exec:s0
  /system/sepolicy/prebuilts/api/28.0/private/
file_contexts 258 /system/bin/update_verifier u:object_r:update_verifier_exec:s0
  /system/sepolicy/private/
file_contexts 258 /system/bin/update_verifier u:object_r:update_verifier_exec:s0

Completed in 311 milliseconds