| /openbmc/openbmc-tools/rootfs_size/ |
| H A D | rootfs_size.py | 10 from os.path import getsize 52 original_size = getsize(SQUASHFS) 86 original_size - getsize(newsquashfsroot + "/test"), 103 if getsize(filepath) > FILE_SIZE_LIMIT:
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | utils.py | 27 if size != os.path.getsize(path): 35 size = os.path.getsize(path)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | sdk.py | 34 self.assertNotEqual(os.path.getsize(path), 0, msg="Host manifest is empty") 38 self.assertNotEqual(os.path.getsize(path), 0, msg="Target manifest is empty")
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 298 | 48 self.assertTrue(os.path.getsize(disk) > 100 * MiB) 51 self.assertTrue(os.path.getsize(disk) < 10 * MiB) 116 self.assertTrue(os.path.getsize(disk) == 25 * MiB)
|
| /openbmc/u-boot/board/synopsys/hsdk/ |
| H A D | headerize-hsdk.py | 80 uboot_img_size = os.path.getsize(uboot_bin_filename) 114 load_size = os.path.getsize(headerised_filename)
|
| /openbmc/u-boot/board/synopsys/axs10x/ |
| H A D | headerize-axs.py | 89 uboot_img_size = os.path.getsize(uboot_bin_filename) 132 load_size = os.path.getsize(headerised_filename)
|
| /openbmc/u-boot/fs/fat/ |
| H A D | fat_write.c | 107 int getsize = FATBUFBLOCKS; in flush_dirty_fat_buffer() local 119 if (startblock + getsize > fatlength) in flush_dirty_fat_buffer() 120 getsize = fatlength - startblock; in flush_dirty_fat_buffer() 125 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer() 133 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer() 289 int getsize = FATBUFBLOCKS; in set_fatent_value() local 295 if (startblock + getsize > fatlength) in set_fatent_value() 296 getsize = fatlength - startblock; in set_fatent_value() 303 if (disk_read(startblock, getsize, bufptr) < 0) { in set_fatent_value()
|
| H A D | fat.c | 197 __u32 getsize = FATBUFBLOCKS; in get_fatent() local 203 if (startblock + getsize > fatlength) in get_fatent() 204 getsize = fatlength - startblock; in get_fatent() 212 if (disk_read(startblock, getsize, bufptr) < 0) { in get_fatent()
|
| /openbmc/qemu/tests/functional/ |
| H A D | replay_kernel.py | 58 % os.path.getsize(replay_path))
|
| H A D | test_aarch64_ast2700fc.py | |
| H A D | test_aarch64_aspeed_ast2700.py | 75 uboot_size = os.path.getsize(self.scratch_file(name,
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | gcp.py | 81 if os.path.getsize(ud.localpath) == 0:
|
| H A D | az.py | 90 if os.path.getsize(ud.localpath) == 0:
|
| H A D | s3.py | 103 if os.path.getsize(ud.localpath) == 0:
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 277 old_size = os.path.getsize(e) 292 if old_size != os.path.getsize(e):
|
| H A D | patchtest | 204 if os.path.getsize(patch) == 0:
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | utils.py | 503 def getsize(filename): function 518 total += sum(roundup(getsize(os.path.join(root, name))) for name in files) 519 total += roundup(getsize(root))
|
| H A D | sdk.py | 153 fsize = int(math.ceil(float(os.path.getsize(os.path.join(root, fn))) / 1024))
|
| /openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
| H A D | common.py | 72 size = os.path.getsize(filename)
|
| /openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
| H A D | 0001-freedreno-don-t-encode-build-path-into-binaries.patch | 100 filesize = str(os.path.getsize(filepath))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | gitpkgv.bbclass | 92 if not os.path.exists(rev_file) or os.path.getsize(rev_file)==0:
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
| H A D | test_core_image_min.py | 234 if (os.path.getsize(target_file_name) !=
|
| /openbmc/qemu/scripts/ |
| H A D | qcow2-to-stdout.py | 165 disk_size = align_up(os.path.getsize(input_file), 512)
|
| H A D | replay-dump.py | 409 dumpsize = path.getsize(filename)
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | filemap.py | 542 dst_size = os.path.getsize(src_fname) + seek - skip
|