Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c206 static FSResult DEMOi_HIO_ConvertError(u32 error) in DEMOi_HIO_ConvertError() function
303 result = DEMOi_HIO_ConvertError(ISTDFIOGetAttribute(tmppath, stat)); in DEMOi_HIO_GetPathInfo()
348 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(file, tmppath, flags)); in DEMOi_HIO_CreateFile()
374 result = DEMOi_HIO_ConvertError(ISTDFIORemove(tmppath)); in DEMOi_HIO_DeleteFile()
399 result = DEMOi_HIO_ConvertError(ISTDFIORename(tmppath1, tmppath2)); in DEMOi_HIO_RenameFileOrDirectory()
420 result = DEMOi_HIO_ConvertError(ISTDFIOMkDir(tmppath)); in DEMOi_HIO_CreateDirectory()
440 result = DEMOi_HIO_ConvertError(ISTDFIORmDir(tmppath)); in DEMOi_HIO_DeleteDirectory()
474 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(handle, tmppath, flags)); in DEMOi_HIO_OpenFile()
498 result = DEMOi_HIO_ConvertError(ISTDFIOClose(handle)); in DEMOi_HIO_CloseFile()
521 result = DEMOi_HIO_ConvertError(ISTDFIORead(handle, buffer, *length, length)); in DEMOi_HIO_ReadFile()
[all …]