Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.sh61 fail() { function
110 run_command $WORK_DIR/applypatch && fail
113 run_command $WORK_DIR/applypatch -l | grep -q -i copyright || fail
121 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail
124 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fail
127 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD2_SHA1 $BAD1_SHA1 && fail
131 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
134 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail
137 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fail
140 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD2_SHA1 $BAD1_SHA1 && fail
[all …]
Dimgdiff_test.sh47 fail() { function
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"
96 || fail "applypatch of $fn failed"
98 diff -q $tmpdir/target $tmpdir/result || fail "patch output not correct!"
/bootable/diskinstaller/
Dinstaller.c220 goto fail; in process_image_node()
226 goto fail; in process_image_node()
232 goto fail; in process_image_node()
244 goto fail; in process_image_node()
247 goto fail; in process_image_node()
258 goto fail; in process_image_node()
268 goto fail; in process_image_node()
271 goto fail; in process_image_node()
275 goto fail; in process_image_node()
283 goto fail; in process_image_node()
[all …]
/bootable/recovery/
Dverifier_test.sh42 fail() { function
67 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip || fail
73 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip && fail
79 run_command $WORK_DIR/verifier_test -f4 $WORK_DIR/package.zip || fail
85 run_command $WORK_DIR/verifier_test -f4 $WORK_DIR/package.zip && fail
/bootable/recovery/minzip/
DDirUtil.c188 int fail = 0; in dirUnlinkHierarchy() local
216 fail = 1; in dirUnlinkHierarchy()
222 if (fail || errno < 0) { in dirUnlinkHierarchy()
/bootable/recovery/minadbd/
Dsockets.c609 goto fail; in smart_socket_enqueue()
626 goto fail; in smart_socket_enqueue()
647 goto fail; in smart_socket_enqueue()
656 goto fail; in smart_socket_enqueue()
676 fail: in smart_socket_enqueue()