Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c210 static FSResult DEMOi_HIO_ConvertError(u32 error) in DEMOi_HIO_ConvertError() function
307 result = DEMOi_HIO_ConvertError(ISTDFIOGetAttribute(tmppath, stat)); in DEMOi_HIO_GetPathInfo()
352 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(file, tmppath, flags)); in DEMOi_HIO_CreateFile()
378 result = DEMOi_HIO_ConvertError(ISTDFIORemove(tmppath)); in DEMOi_HIO_DeleteFile()
403 result = DEMOi_HIO_ConvertError(ISTDFIORename(tmppath1, tmppath2)); in DEMOi_HIO_RenameFileOrDirectory()
424 result = DEMOi_HIO_ConvertError(ISTDFIOMkDir(tmppath)); in DEMOi_HIO_CreateDirectory()
444 result = DEMOi_HIO_ConvertError(ISTDFIORmDir(tmppath)); in DEMOi_HIO_DeleteDirectory()
478 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(handle, tmppath, flags)); in DEMOi_HIO_OpenFile()
502 result = DEMOi_HIO_ConvertError(ISTDFIOClose(handle)); in DEMOi_HIO_CloseFile()
525 result = DEMOi_HIO_ConvertError(ISTDFIORead(handle, buffer, *length, length)); in DEMOi_HIO_ReadFile()
[all …]