Searched refs:truncate (Results 1 – 25 of 77) sorted by relevance
1234
| /qemu/tests/qemu-iotests/ |
| A D | 261 | 200 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 D | 221 | 59 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 D | 253 | 60 truncate --size=$size "$TEST_IMG" 77 truncate --size=$size "$TEST_IMG"
|
| A D | 301 | 71 truncate --size=$size "$TEST_IMG.base" 79 truncate --size=$size "$TEST_IMG.qcow2"
|
| A D | 108 | 111 truncate -s $((0x20200)) "$TEST_IMG" 198 truncate -s $((file_len + 256 * 1024)) "$TEST_IMG" 319 truncate -s $((64 * 1024 * 1024)) "$TEST_IMG"
|
| A D | 302 | 76 tar.fileobj.truncate(offset + measure["required"]) 124 tar.fileobj.truncate(tar_size)
|
| A D | 244 | 298 truncate -s 1M "$TEST_IMG.data" 347 truncate -s 2M "$TEST_IMG.data"
|
| A D | 272 | 63 truncate -s 4G "$TEST_IMG"
|
| A D | 025 | 59 truncate $big_size
|
| A D | 220 | 62 truncate --size=38m "$TEST_IMG"
|
| A D | 114 | 49 truncate -s $((64 * 1024 * 1024)) "$TEST_IMG.orig"
|
| A D | 116 | 53 truncate -s 512 "$TEST_IMG"
|
| A D | 044 | 96 fd.truncate(img_file_size)
|
| A D | 059 | 108 truncate -s 10M $TEST_IMG
|
| A D | 308.out | 139 OK: Post-truncate image size is as expected 164 OK: Post-truncate image size is as expected
|
| A D | 308 | 350 truncate -s "$orig_len" "$EXT_MP"
|
| /qemu/tests/functional/qemu_test/ |
| A D | utils.py | 27 fd.truncate(size) 37 fd.truncate(size_aligned)
|
| /qemu/tests/functional/ |
| A D | test_aarch64_sbsaref.py | 46 fd.truncate(256 << 20) # Expand volumes to 256MiB
|
| /qemu/tests/qapi-schema/ |
| A D | test-qapi.py | 188 outfp.truncate(0) 191 errfp.truncate(0)
|
| /qemu/scripts/ |
| A D | analyze-migration.py | 165 f.truncate(0) 166 f.truncate(len) 675 f.truncate() 683 f.truncate()
|
| /qemu/tests/avocado/ |
| A D | boot_linux_console.py | 36 fd.truncate(size) 46 fd.truncate(size_aligned)
|
| /qemu/fsdev/ |
| A D | file-op-9p.h | 154 int (*truncate)(FsContext *, V9fsPath *, off_t); member
|
| /qemu/target/hexagon/imported/ |
| A D | shift.idef | 644 "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 D | char.json | 199 # @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 D | syscall-args-o32.c.inc | 93 [ 92] = 2, /* truncate */
|
Completed in 48 milliseconds
1234