MCPcopy Create free account
hub / github.com/SmingHub/Sming / fileRewindDir

Function fileRewindDir

Sming/Core/FileSystem.h:470–474  ·  view source on GitHub ↗

@brief Rewind to start of directory entries * @param dir The directory object returned by fileOpenDir() * @retval int Error code */

Source from the content-addressed store, hash-verified

468 * @retval int Error code
469 */
470inline int fileRewindDir(DirHandle dir)
471{
472 CHECK_FS(rewinddir)
473 return fileSystem->rewinddir(dir);
474}
475
476/** @brief Get basic file system information
477 * @retval int Error code

Callers

nothing calls this directly

Calls 1

rewinddirMethod · 0.80

Tested by

no test coverage detected