Searched refs:_DEMOFSClient (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFS.c | 23 static FSClient _DEMOFSClient; variable 62 FSStatus result = FSAddClient(&_DEMOFSClient, FS_RET_ALL_ERROR); in _DemoInitFS() 73 FSSetStateChangeNotification(&_DEMOFSClient, &stateChangeParams); in _DemoInitFS() 126 result = FSOpenFile(&_DEMOFSClient, pCmd, openPath, mode, info, FS_RET_ALL_ERROR); in DEMOFSOpenFileMode() 155 result = FSGetStatFile(&_DEMOFSClient, pCmd, *fileInfo, &stat, FS_RET_ALL_ERROR); in DEMOFSGetLength() 184 …result = FSReadFileWithPos(&_DEMOFSClient, pCmd, addr, (u32)length, 1, (u32)offset, *fileInfo, 0, … in DEMOFSRead() 209 …result = FSWriteFile(&_DEMOFSClient, pCmd, (void *)addr, 1, (u32)length, *fileInfo, 0, FS_RET_ALL_… in DEMOFSWrite() 239 result = FSCloseFile(&_DEMOFSClient, pCmd, *fileInfo, FS_RET_ALL_ERROR); in DEMOFSCloseFile() 359 result = FSOpenDir(&_DEMOFSClient, pCmd, dirPath, &dh, FS_RET_ALL_ERROR); in DEMOFSScanDir() 371 (result = FSReadDir(&_DEMOFSClient, pCmd, dh, &dirent, FS_RET_ALL_ERROR)) ) in DEMOFSScanDir() [all …]
|