class SysUtil |
Functions for applications to retrieve SW and language package versions strings for display purposes
Functions to check whether there is free space on a disk drive before file creation or writing.
Functions to retrieve Device Type information (e.g. phone model) for display purposes.
Version, Attribute strings and free space thresholds are provisioned by the device creator into the ROM. For details on this see the 'SGL.TS0017.324 BAFL How-To FAQ Document' in the OS Developer Library.
Public Member Functions | |
---|---|
IMPORT_C TBool | DiskSpaceBelowCriticalLevelL(RFs *, TInt64, TInt) |
IMPORT_C TBool | FFSSpaceBelowCriticalLevelL(RFs *, TInt64) |
IMPORT_C CDeviceTypeInformation * | GetDeviceTypeInfoL() |
IMPORT_C TInt | GetFFSDriveLetter(RFs &) |
IMPORT_C TInt | GetLangSWVersion(TDes &) |
IMPORT_C TInt | GetLangVersion(TDes &) |
IMPORT_C TInt | GetMMCDriveLetter(RFs &) |
IMPORT_C TInt | GetPRInformation(TDes &) |
IMPORT_C TInt | GetSWVersion(TDes &) |
IMPORT_C TBool | MMCSpaceBelowCriticalLevelL(RFs *, TInt64) |
Private Member Functions | |
---|---|
IMPORT_C TBool | DiskSpaceBelowCriticalLevel_OldL(RFs *, TInt, TInt) |
IMPORT_C TBool | FFSSpaceBelowCriticalLevel_OldL(RFs *, TInt) |
IMPORT_C TBool | MMCSpaceBelowCriticalLevel_OldL(RFs *, TInt) |
IMPORT_C TBool | DiskSpaceBelowCriticalLevelL | ( | RFs * | aFs, |
TInt64 | aBytesToWrite, | |||
TInt | aDrive | |||
) | [static] |
IMPORT_C TBool | DiskSpaceBelowCriticalLevel_OldL | ( | RFs * | aFs, |
TInt | aBytesToWrite, | |||
TInt | aDrive | |||
) | [private, static] |
IMPORT_C TBool | FFSSpaceBelowCriticalLevelL | ( | RFs * | aFs, |
TInt64 | aBytesToWrite = 0 | |||
) | [static] |
IMPORT_C TBool | FFSSpaceBelowCriticalLevel_OldL | ( | RFs * | aFs, |
TInt | aBytesToWrite = 0 | |||
) | [private, static] |
IMPORT_C TInt | GetLangSWVersion | ( | TDes & | aValue | ) | [static] |
TDes & aValue |
IMPORT_C TInt | GetPRInformation | ( | TDes & | aValue | ) | [static] |
TDes & aValue |