Home
last modified time | relevance | path

Searched refs:getsize (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/openbmc-tools/rootfs_size/
H A Drootfs_size.py10 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/qemu-iotests/
H A D29848 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/axs10x/
H A Dheaderize-axs.py89 uboot_img_size = os.path.getsize(uboot_bin_filename)
132 load_size = os.path.getsize(headerised_filename)
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py80 uboot_img_size = os.path.getsize(uboot_bin_filename)
114 load_size = os.path.getsize(headerised_filename)
/openbmc/u-boot/fs/fat/
H A Dfat_write.c107 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 Dfat.c197 __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/openbmc/poky/scripts/
H A Drelocate_sdk.py247 old_size = os.path.getsize(e)
262 if old_size != os.path.getsize(e):
H A Dpatchtest192 if os.path.getsize(patch) == 0:
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Daz.py89 if os.path.getsize(ud.localpath) == 0:
H A Dgcp.py79 if os.path.getsize(ud.localpath) == 0:
H A Ds3.py103 if os.path.getsize(ud.localpath) == 0:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py514 def getsize(filename): function
529 total += sum(roundup(getsize(os.path.join(root, name))) for name in files)
530 total += roundup(getsize(root))
H A Dsdk.py152 fsize = int(math.ceil(float(os.path.getsize(os.path.join(root, fn))) / 1024))
/openbmc/qemu/tests/avocado/
H A Dreplay_linux.py96 % os.path.getsize(replay_path))
H A Dmachine_aspeed.py403 uboot_size = os.path.getsize(image_dir + 'u-boot-nodtb.bin')
H A Dreplay_kernel.py66 % os.path.getsize(replay_path))
H A Dboot_linux_console.py34 if size != os.path.getsize(path):
42 size = os.path.getsize(path)
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass94 if not os.path.exists(rev_file) or os.path.getsize(rev_file)==0:
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py234 if (os.path.getsize(target_file_name) !=
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py952 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
953 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.1.tar.gz"), 57892)
966 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
973 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
982 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
989 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
995 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-v1.0.0.tar.gz"), 57749)
1002 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
1010 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
1018 self.assertEqual(os.path.getsize(self.dldir + "/bitbake-1.0.tar.gz"), 57749)
/openbmc/qemu/scripts/
H A Dreplay-dump.py409 dumpsize = path.getsize(filename)
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py235 self.assertEqual(len(gothelp), os.path.getsize(help_file))
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py542 dst_size = os.path.getsize(src_fname) + seek - skip
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py581 if os.path.getsize(fn):
814 if os.path.getsize(fn):
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst174 …dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_p…

12