Home
last modified time | relevance | path

Searched refs:INTEGRITY_MSG (Results 1 – 2 of 2) sorted by relevance

/art/build/apex/
Dart_apex_boot_integrity.sh53 INTEGRITY_MSG=`dd if=$FILE of=/dev/null bs=4k 2>&1` || \
54 { log_error "Integrity failed: $INTEGRITY_MSG" ; rm -f $FILES ; exit 2 ; }
Dart_prepostinstall_utils.sh67 INTEGRITY_MSG=`dd if=$file of=/dev/null bs=4k 2>&1` || \
68 { log_error "Integrity failed: $INTEGRITY_MSG" ; return 302 ; }