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
from
lfs.c:2691
static
int
lfs_dir_open_
(
lfs_t
*
lfs
,
lfs_dir_t
*
dir
,
const
char
*
path
)
;
Arguments
Argument
lfs
dir
path
Examples
References
from
examples
Code
Location
Referrer
static
int
lfs_dir_open_
(
lfs_t
*
lfs
,
lfs_dir_t
*
dir
,
const
char
*
path
)
{
lfs.c:2691
err
=
lfs_dir_open_
(
lfs
,
dir
,
path
)
;
lfs.c:6262
lfs_dir_open()
Call Tree
from
examples
lfs_dir_open_()
is called by 1 function and calls 7 functions:
lfs_dir_open()
All items filtered out
lfs_dir_open_()
lfs_pair_fromle32()
lfs_tag_type3()
lfs_tag_id()
lfs_mlist_append()
lfs_dir_get()
lfs_dir_fetch()
lfs_dir_find()
All items filtered out
Data Use
from
examples
lfs_dir_open_()
reads 7 variables and writes 3 variables:
lfs_error::LFS_ERR_NOTDIR
lfs_type::LFS_TYPE_DIR
lfs_type::LFS_TYPE_STRUCT
lfs_mdir::pair
lfs_dir::m
lfs_dir::head
lfs::root
All items filtered out
lfs_dir_open_()
lfs_dir::id
lfs_dir::type
lfs_dir::pos
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