ESP-IDF
vfs_spiffs_stat()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_spiffs_stat()
vfs_spiffs_stat() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_spiffs.c:62
static
int
vfs_spiffs_stat
(
void
*
ctx
,
const
char
*
path
,
struct
stat
*
st
)
;
Implemented in
esp_spiffs.c:640
Arguments
Argument
ctx
path
st
Examples
References
from
examples
Code
Location
static
int
vfs_spiffs_stat
(
void
*
ctx
,
const
char
*
path
,
struct
stat
*
st
)
esp_spiffs.c:640
static
int
vfs_spiffs_stat
(
void
*
ctx
,
const
char
*
path
,
struct
stat
*
st
)
;
esp_spiffs.c:62
.
stat_p
=
&
vfs_spiffs_stat
,
esp_spiffs.c:404
Call Tree
from
examples
vfs_spiffs_stat()
calls 6 functions:
All items filtered out
vfs_spiffs_stat()
__assert_func()
SPIFFS_stat()
SPIFFS_errno()
SPIFFS_clearerr()
spiffs_res_to_errno()
vfs_spiffs_get_mtime()
All items filtered out
Data Use
from
examples
vfs_spiffs_stat()
reads 3 variables:
spiffs_stat::size
spiffs_stat::type
esp_spiffs_t::fs
All items filtered out
vfs_spiffs_stat()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out