ESP-IDF
vfs_spiffs_opendir()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_opendir()
vfs_spiffs_opendir() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_spiffs.c:66
static
DIR
*
vfs_spiffs_opendir
(
void
*
ctx
,
const
char
*
name
)
;
Implemented in
esp_spiffs.c:689
Arguments
Argument
ctx
name
Examples
References
from
examples
Code
Location
static
DIR
*
vfs_spiffs_opendir
(
void
*
ctx
,
const
char
*
name
)
esp_spiffs.c:689
static
DIR
*
vfs_spiffs_opendir
(
void
*
ctx
,
const
char
*
name
)
;
esp_spiffs.c:66
.
opendir_p
=
&
vfs_spiffs_opendir
,
esp_spiffs.c:408
Call Tree
from
examples
vfs_spiffs_opendir()
calls 7 functions:
All items filtered out
vfs_spiffs_opendir()
__assert_func()
free()
calloc()
SPIFFS_errno()
SPIFFS_clearerr()
SPIFFS_opendir()
spiffs_res_to_errno()
All items filtered out
Data Use
from
examples
vfs_spiffs_opendir()
reads 2 variables and writes 1 variable:
esp_spiffs_t::fs
vfs_spiffs_dir_t::path
All items filtered out
vfs_spiffs_opendir()
vfs_spiffs_dir_t::offset
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
vfs_spiffs_opendir()
allocates 1 types and frees 1 types:
vfs_spiffs_dir_t
All items filtered out
vfs_spiffs_opendir()
vfs_spiffs_dir_t
All items filtered out