Home
last modified time | relevance | path

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

/u-boot/board/synopsys/axs10x/
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/
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/
A Dfat_write.c220 int getsize = FATBUFBLOCKS; in flush_dirty_fat_buffer() local
232 if (startblock + getsize > fatlength) in flush_dirty_fat_buffer()
233 getsize = fatlength - startblock; in flush_dirty_fat_buffer()
238 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer()
246 if (disk_write(startblock, getsize, bufptr) < 0) { in flush_dirty_fat_buffer()
466 int getsize = FATBUFBLOCKS; in set_fatent_value() local
472 if (startblock + getsize > fatlength) in set_fatent_value()
473 getsize = fatlength - startblock; in set_fatent_value()
480 if (disk_read(startblock, getsize, bufptr) < 0) { in set_fatent_value()
A Dfat.c199 __u32 getsize = FATBUFBLOCKS; in get_fatent() local
205 if (startblock + getsize > fatlength) in get_fatent()
206 getsize = fatlength - startblock; in get_fatent()
214 if (disk_read(startblock, getsize, bufptr) < 0) { in get_fatent()
/u-boot/test/py/tests/
A Dtest_efi_fit.py411 fit['size'] = os.path.getsize(fit_path)
/u-boot/tools/buildman/
A Dfunc_test.py260 self.assertEqual(len(gothelp), os.path.getsize(help_file))
/u-boot/tools/binman/
A Dftest.py731 self.assertEqual(len(gothelp), os.path.getsize(help_file))

Completed in 27 milliseconds