Searched refs:getsize (Results 1 - 7 of 7) sorted by relevance

/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)
/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)
/u-boot/fs/fat/
H A Dfat_write.c221 int getsize = FATBUFBLOCKS; local
233 if (startblock + getsize > fatlength)
234 getsize = fatlength - startblock;
239 if (disk_write(startblock, getsize, bufptr) < 0) {
247 if (disk_write(startblock, getsize, bufptr) < 0) {
467 int getsize = FATBUFBLOCKS; local
473 if (startblock + getsize > fatlength)
474 getsize = fatlength - startblock;
481 if (disk_read(startblock, getsize, bufptr) < 0) {
H A Dfat.c204 __u32 getsize = FATBUFBLOCKS; local
210 if (startblock + getsize > fatlength)
211 getsize = fatlength - startblock;
219 if (disk_read(startblock, getsize, bufptr) < 0) {
/u-boot/test/py/tests/
H A Dtest_efi_fit.py411 fit['size'] = os.path.getsize(fit_path)
/u-boot/tools/buildman/
H A Dfunc_test.py273 self.assertEqual(len(gothelp), os.path.getsize(help_file))
/u-boot/tools/binman/
H A Dftest.py770 self.assertEqual(len(gothelp), os.path.getsize(help_file))

Completed in 78 milliseconds