Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/fs/explorer/src/
Dmain.c214 FSResult result = FS_GetResultCode(file); in NitroMain()
263 … OS_TPrintf("\n---FS error(%d)---\n", FS_GetResultCode(file)); in NitroMain()
/TwlSDK-5.1.0/include/nitro/fs/
Dfile.h170 SDK_INLINE FSResult FS_GetResultCode(volatile const FSFile *file) in FS_GetResultCode() function
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c1112 retval = FS_GetResultCode(file); in FS_FlushFile()
1138 retval = FS_GetResultCode(file); in FS_SetFileLength()