Searched refs:vfs_spiffs_lseek (Results 1 – 1 of 1) sorted by relevance
73 static off_t vfs_spiffs_lseek(void* ctx, int fd, off_t offset, int mode);355 .lseek_p = &vfs_spiffs_lseek, in esp_vfs_spiffs_register()527 static off_t vfs_spiffs_lseek(void* ctx, int fd, off_t offset, int mode) in vfs_spiffs_lseek() function