Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spiffs/
Desp_spiffs.c90 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