Home
last modified time | relevance | path

Searched defs:getsize (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c109 int getsize = FATBUFBLOCKS; in flush_dirty_fat_buffer() local
391 int getsize = FATBUFBLOCKS; in set_fatent_value() local
H A Dfat.c203 __u32 getsize = FATBUFBLOCKS; in get_fatent() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py569 def getsize(filename): function