Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 5 of 5) 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.sh46 fail() { function
71 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip || fail
77 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip && fail
/bootable/recovery/minzip/
DDirUtil.c174 int fail = 0; in dirUnlinkHierarchy() local
202 fail = 1; in dirUnlinkHierarchy()
208 if (fail || errno < 0) { in dirUnlinkHierarchy()