perf_benchmark sample
lfs_dir_open()
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/6)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
perf_benchmark sample
lfs_dir_open()
lfs_dir_open() function
Syntax
Show:
Summary
Declaration
Definition
from
lfs.h:673
int
lfs_dir_open
(
lfs_t
*
lfs
,
lfs_dir_t
*
dir
,
const
char
*
path
)
;
Implemented in
lfs.c:6254
Arguments
Argument
lfs
dir
path
Examples
References
from
examples
Code
Location
Referrer
int
lfs_dir_open
(
lfs_t
*
lfs
,
lfs_dir_t
*
dir
,
const
char
*
path
)
{
lfs.c:6254
int
lfs_dir_open
(
lfs_t
*
lfs
,
lfs_dir_t
*
dir
,
const
char
*
path
)
;
lfs.h:673
res
=
lfs_dir_open
(
efs
->
fs
,
&
dir
->
d
,
dir
->
path
)
;
esp_littlefs.c:1979
vfs_littlefs_opendir()
Call Tree
from
examples
lfs_dir_open()
is called by 1 function and calls 3 functions:
vfs_littlefs_opendir()
All items filtered out
lfs_dir_open()
__assert_func()
lfs_dir_open_()
lfs_mlist_isopen()
All items filtered out
Data Use
from
examples
lfs_dir_open()
reads 2 variables:
lfs::cfg
lfs::mlist
All items filtered out
lfs_dir_open()
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