esp-idf/components/vfs
..
include
README.rst
component.mk
vfs.c
vfs_uart.c

README.rst

Virtual filesystem (VFS) is a driver which can perform operations on file-like objects. This can be a real filesystem (FAT, SPIFFS, etc.), or a device driver which exposes file-like interface.