Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/wfs/common/src/
Dwfs_client.c57 length = (int)context->max_file_size; in WFSi_ReallocBitmap()
58 context->max_file_size = 0; in WFSi_ReallocBitmap()
60 if (context->max_file_size < length) in WFSi_ReallocBitmap()
64 context->max_file_size = (u32)length; in WFSi_ReallocBitmap()
405 context->max_file_size = 0; in WFS_InitClient()
/TwlSDK-5.5/include/nitro/wfs/
Dclient.h62 u32 max_file_size; member