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

  /external/vboot_reference/scripts/image_signing/
firmware_boot.sh 53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset
    [all...]
convert_recovery_to_full_ssd.sh 68 conv=notrunc
74 count=${kern_size} conv=notrunc
convert_recovery_to_ssd.sh 77 sudo dd if=${tmp_vblock} of=${IMAGE} seek=${kerna_offset} bs=512 conv=notrunc
81 sudo dd if=/dev/zero of=${IMAGE} seek=${kernb_offset} bs=512 count=${kern_size} conv=notrunc
common_minimal.sh 232 conv=notrunc 2>/dev/null
244 conv=notrunc 2>/dev/null
264 conv=notrunc count=1 bs=1 2>/dev/null
299 conv=notrunc count=1 bs=1 2>/dev/null
tofactory.sh 113 dd of="$FLAGS_ssd" if="$FLAGS_asset_tag.gpt.bin" conv=notrunc
160 dd bs=1 seek=$vpd_offset skip=$vpd_offset count=$vpd_size conv=notrunc \
make_dev_ssd.sh 221 mydd if="$new_blob" of="$new_kern" conv=notrunc
255 conv=notrunc
sign_official_build.sh 294 seek=${rootfs_sectors} conv=notrunc 2>/dev/null
  /art/test/370-dex-v37/
build 26 printf '037' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
  /external/elfutils/tests/
run-ranlib-test2.sh 32 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
  /external/u-boot/arch/arc/
Makefile 18 conv=notrunc &> /dev/null
  /external/autotest/server/cros/faft/
gen_test_images.sh 38 printf "${ro_version}.dev" | dd of=${BOARD}.dev bs=1 seek=$((ro_version_offset)) count=32 conv=notrunc
39 printf "${rw_version}.dev" | dd of=${BOARD}.dev bs=1 seek=$((rw_version_offset)) count=32 conv=notrunc
57 echo $ROLLBACK0 | xxd -g 4 -p -r | dd of=${BOARD}.dev.rb0 bs=1 seek=$((rb_offset)) count=4 conv=notrunc
59 printf "${rw_version}.rb0" | dd of=${BOARD}.dev.rb0 bs=1 seek=$((rw_version_offset)) count=32 conv=notrunc
73 echo $ROLLBACK1 | xxd -g 4 -p -r | dd of=${BOARD}.dev.rb1 bs=1 seek=$((rb_offset)) count=4 conv=notrunc
75 printf "${rw_version}.rb1" | dd of=${BOARD}.dev.rb1 bs=1 seek=$((rw_version_offset)) count=32 conv=notrunc
88 echo $ROLLBACK9 | xxd -g 4 -p -r | dd of=${BOARD}.dev.rb9 bs=1 seek=$((rb_offset)) count=4 conv=notrunc
90 printf "${rw_version}.rb9" | dd of=${BOARD}.dev.rb9 bs=1 seek=$((rw_version_offset)) count=32 conv=notrunc
99 dd if=/dev/random of=${BOARD}_corrupt_first_byte.bin bs=1 seek=$((offset+100)) count=1 conv=notrunc
104 dd if=/dev/zero of=${BOARD}_corrupt_last_byte.bin bs=1 seek=$((offset-100)) count=1 conv=notrunc
    [all...]
  /device/generic/goldfish/tools/
mk_qemu_image.sh 33 dd if=$srcimg of=$target conv=notrunc,sync ibs=1024k obs=1024k seek=1 > /dev/null 2>&1
44 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize > /dev/null 2>&1
  /external/e2fsprogs/tests/f_detect_junk/
script 12 $DD if=/dev/zero of=$TMPFILE conv=notrunc oflag=append bs=1024k count=16 > /dev/null 2>&1
  /external/vboot_reference/tests/
load_kernel_tests.sh 68 dd if=kernel.test of=disk.test bs=512 seek=64 conv=notrunc
run_cgpt_tests.sh 39 dd if=/dev/zero of=${DEV} conv=notrunc bs=512 count=${NUM_SECTORS} 2>/dev/null
  /external/linux-kselftest/tools/testing/selftests/zram/
zram01.sh 51 dd conv=notrunc if=/dev/zero of=zram${i}/file \
  /external/ltp/testcases/kernel/device-drivers/zram/
zram01.sh 68 dd conv=notrunc if=/dev/zero of=zram${i}/file \
  /external/vboot_reference/tests/futility/
test_sign_kernel.sh 221 dd if=${TMP}.blob1.${arch} of=${TMP}.part1.${arch} conv=notrunc

Completed in 2066 milliseconds