Searched refs:vfs_spiffs_utime (Results 1 – 1 of 1) sorted by relevance
90 static int vfs_spiffs_utime(void *ctx, const char *path, const struct utimbuf *times);374 .utime_p = &vfs_spiffs_utime, in esp_vfs_spiffs_register()771 static int vfs_spiffs_utime(void *ctx, const char *path, const struct utimbuf *times) in vfs_spiffs_utime() function