ESP-IDF
vfs_spiffs_dir_t::d
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_spiffs_dir_t::d
vfs_spiffs_dir_t::d field
SPIFFS DIR struct
Syntax
Show:
Summary
Declaration
from
esp_spiffs.c:47
spiffs_DIR
d
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_DIR
d
;
/*!< SPIFFS DIR struct */
esp_spiffs.c:47
if
(
!
SPIFFS_opendir
(
efs
->
fs
,
name
,
&
dir
->
d
)
)
{
esp_spiffs.c:698
vfs_spiffs_opendir()
int
res
=
SPIFFS_closedir
(
&
dir
->
d
)
;
esp_spiffs.c:714
vfs_spiffs_closedir()
if
(
SPIFFS_readdir
(
&
dir
->
d
,
&
out
)
==
0
)
{
esp_spiffs.c:747
vfs_spiffs_readdir_r()
SPIFFS_closedir
(
&
dir
->
d
)
;
esp_spiffs.c:789
vfs_spiffs_seekdir()
if
(
!
SPIFFS_opendir
(
efs
->
fs
,
NULL
,
&
dir
->
d
)
)
{
esp_spiffs.c:790
vfs_spiffs_seekdir()
if
(
SPIFFS_readdir
(
&
dir
->
d
,
&
tmp
)
==
0
)
{
esp_spiffs.c:798
vfs_spiffs_seekdir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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