Home
last modified time | relevance | path

Searched refs:truncate (Results 1 – 25 of 77) sorted by relevance

1234

/qemu/tests/qemu-iotests/
A D261200 truncate -s 0 "$TEST_DIR/sn0-extra"
202 truncate -s $(($(snapshot_table_entry_size "$TEST_DIR/sn0-pre") - 40)) \
207 truncate -s 50 "$TEST_DIR/sn1-extra"
210 truncate -s $(($(snapshot_table_entry_size "$TEST_DIR/sn1-pre") - 90)) \
215 truncate -s 8 "$TEST_DIR/sn2-extra"
217 truncate -s $(($(snapshot_table_entry_size "$TEST_DIR/sn2-pre") - 48)) \
337 truncate -s 40 "$TEST_DIR/sn0"
362 truncate -s "$offset" "$TEST_IMG"
460 truncate -s $offset "$TEST_IMG"
492 truncate -s $((1048576 + 40 * 131072)) "$TEST_IMG"
A D22159 truncate --size=65537 "$TEST_IMG" # so we resize it and check again
65 truncate --size=65537 "$TEST_IMG" # so we resize it and check again
A D25360 truncate --size=$size "$TEST_IMG"
77 truncate --size=$size "$TEST_IMG"
A D30171 truncate --size=$size "$TEST_IMG.base"
79 truncate --size=$size "$TEST_IMG.qcow2"
A D108111 truncate -s $((0x20200)) "$TEST_IMG"
198 truncate -s $((file_len + 256 * 1024)) "$TEST_IMG"
319 truncate -s $((64 * 1024 * 1024)) "$TEST_IMG"
A D30276 tar.fileobj.truncate(offset + measure["required"])
124 tar.fileobj.truncate(tar_size)
A D244298 truncate -s 1M "$TEST_IMG.data"
347 truncate -s 2M "$TEST_IMG.data"
A D27263 truncate -s 4G "$TEST_IMG"
A D02559 truncate $big_size
A D22062 truncate --size=38m "$TEST_IMG"
A D11449 truncate -s $((64 * 1024 * 1024)) "$TEST_IMG.orig"
A D11653 truncate -s 512 "$TEST_IMG"
A D04496 fd.truncate(img_file_size)
A D059108 truncate -s 10M $TEST_IMG
A D308.out139 OK: Post-truncate image size is as expected
164 OK: Post-truncate image size is as expected
A D308350 truncate -s "$orig_len" "$EXT_MP"
/qemu/tests/functional/qemu_test/
A Dutils.py27 fd.truncate(size)
37 fd.truncate(size_aligned)
/qemu/tests/functional/
A Dtest_aarch64_sbsaref.py46 fd.truncate(256 << 20) # Expand volumes to 256MiB
/qemu/tests/qapi-schema/
A Dtest-qapi.py188 outfp.truncate(0)
191 errfp.truncate(0)
/qemu/scripts/
A Danalyze-migration.py165 f.truncate(0)
166 f.truncate(len)
675 f.truncate()
683 f.truncate()
/qemu/tests/avocado/
A Dboot_linux_console.py36 fd.truncate(size)
46 fd.truncate(size_aligned)
/qemu/fsdev/
A Dfile-op-9p.h154 int (*truncate)(FsContext *, V9fsPath *, off_t); member
/qemu/target/hexagon/imported/
A Dshift.idef644 "Vector Arithmetic Shift Right truncate and Pack",
801 "Vector truncate half to byte: take high",
810 "Vector truncate word to half: take low",
819 "Vector truncate word to half: take high",
829 "Vector truncate half to byte: take low",
838 "Vector truncate half to byte: take low",
848 "Vector truncate half to byte: take high",
/qemu/qapi/
A Dchar.json199 # @logappend: true to append instead of truncate (default to false to
200 # truncate)
217 # @append: Open the file in append mode (default false to truncate)
/qemu/linux-user/mips/
A Dsyscall-args-o32.c.inc93 [ 92] = 2, /* truncate */

Completed in 48 milliseconds

1234