Searched refs:getsize (Results 1 – 7 of 7) sorted by relevance
| /u-boot/board/synopsys/axs10x/ |
| A D | headerize-axs.py | 89 uboot_img_size = os.path.getsize(uboot_bin_filename) 132 load_size = os.path.getsize(headerised_filename)
|
| /u-boot/board/synopsys/hsdk/ |
| A D | headerize-hsdk.py | 80 uboot_img_size = os.path.getsize(uboot_bin_filename) 114 load_size = os.path.getsize(headerised_filename)
|
| /u-boot/fs/fat/ |
| A D | fat_write.c | 220 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 D | fat.c | 199 __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 D | test_efi_fit.py | 411 fit['size'] = os.path.getsize(fit_path)
|
| /u-boot/tools/buildman/ |
| A D | func_test.py | 260 self.assertEqual(len(gothelp), os.path.getsize(help_file))
|
| /u-boot/tools/binman/ |
| A D | ftest.py | 731 self.assertEqual(len(gothelp), os.path.getsize(help_file))
|
Completed in 27 milliseconds