Searched refs:vfs_spiffs_open (Results 1 – 1 of 1) sorted by relevance
69 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