FatFS
::dir_path
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
::dir_path
::dir_path field
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:44
char
dir_path
[
FILENAME_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
char
dir_path
[
FILENAME_MAX
]
;
/* variable to store path of opened directory*/
vfs_fat.c:44
strlcpy
(
fat_ctx
->
dir_path
,
name
,
sizeof
(
fat_ctx
->
dir_path
)
)
;
vfs_fat.c:887
vfs_fat_opendir()
if
(
strcmp
(
fat_ctx
->
dir_path
,
"/"
)
==
0
)
{
vfs_fat.c:940
vfs_fat_readdir()
"%s/%s"
,
fat_ctx
->
dir_path
,
fat_dir
->
filinfo
.
fname
)
;
vfs_fat.c:949
vfs_fat_readdir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::dir_path
is read by 2 functions:
All items filtered out
::dir_path
vfs_fat_opendir()
vfs_fat_readdir()
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