Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spiffs/
Desp_spiffs.c69 static int vfs_spiffs_open(void* ctx, const char * path, int flags, int mode);
357 .open_p = &vfs_spiffs_open, in esp_vfs_spiffs_register()
474 static int vfs_spiffs_open(void* ctx, const char * path, int flags, int mode) in vfs_spiffs_open() function