Lines Matching refs:_DEMOFSClient
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()
416 result = FSCloseDir(&_DEMOFSClient, pCmd, dh, FS_RET_ALL_ERROR); in DEMOFSScanDir()
475 result = FSRename(&_DEMOFSClient, pCmd, prefixedOldPath, prefixedNewPath, FS_RET_ALL_ERROR); in DEMOFSRename()
521 result = FSRemove(&_DEMOFSClient, pCmd, prefixedPath, FS_RET_ALL_ERROR); in DEMOFSRemove()