Home
last modified time | relevance | path

Searched refs:NewSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFileSpace.c434 IN UINT64 NewSizeInBytes in FatGrowEof() argument
449 if (NewSizeInBytes > 0x0FFFFFFFFL) { in FatGrowEof()
459 NewSize = FatSizeToClusters (Volume, (UINTN) NewSizeInBytes); in FatGrowEof()
529 OFile->FileSize = (UINTN) NewSizeInBytes; in FatGrowEof()
DFat.h899 IN UINT64 NewSizeInBytes