Classes | |
| struct | FFLiFsResult |
Enumerations | |
| enum | FFLiFsFileResult { FFLI_FS_FILE_RESULT_OK = 0 , FFLI_FS_FILE_RESULT_READ_BUFFER_EMPTY = 1 , FFLI_FS_FILE_RESULT_WRITE_BUFFER_EMPTY = 2 , FFLI_FS_FILE_RESULT_OUT_OF_MEMORY = 3 , FFLI_FS_FILE_RESULT_NOT_FOUND = 4 } |
Functions | |
| NN_STATIC_ASSERT (sizeof(FFLiFsResult)==8) | |
| static bool | CheckFFLiFsResult (const FFLiFsResult &result) |
| static FFLResult | ConvertFFLiFsResultToFFLResult (const FFLiFsResult &fsResult, FFLResult result) |
| static bool | CheckFileNotFound (FSStatus status) |
| enum FFLiFsFileResult |
| NN_STATIC_ASSERT | ( | sizeof(FFLiFsResult) | = =8 | ) |
|
static |
|
static |
|
static |