ESP-IDF
vfs_spiffs_dir_t::path
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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
ESP-IDF
vfs_spiffs_dir_t::path
vfs_spiffs_dir_t::path field
Requested directory name
Syntax
Show:
Summary
Declaration
from
esp_spiffs.c:50
char
path
[
SPIFFS_OBJ_NAME_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
char
path
[
SPIFFS_OBJ_NAME_LEN
]
;
/*!< Requested directory name */
esp_spiffs.c:50
strlcpy
(
dir
->
path
,
name
,
SPIFFS_OBJ_NAME_LEN
)
;
esp_spiffs.c:705
vfs_spiffs_opendir()
plen
=
strlen
(
dir
->
path
)
;
esp_spiffs.c:756
vfs_spiffs_readdir_r()
}
while
(
(
plen
>
1
)
&&
(
strncasecmp
(
dir
->
path
,
(
const
char
*
)
out
.
name
,
plen
)
||
out
.
name
[
plen
]
!=
'/'
||
!
out
.
name
[
plen
+
1
]
)
)
;
esp_spiffs.c:758
vfs_spiffs_readdir_r()
size_t
plen
=
strlen
(
dir
->
path
)
;
esp_spiffs.c:803
vfs_spiffs_seekdir()
if
(
strncasecmp
(
dir
->
path
,
(
const
char
*
)
tmp
.
name
,
plen
)
||
tmp
.
name
[
plen
]
!=
'/'
||
!
tmp
.
name
[
plen
+
1
]
)
{
esp_spiffs.c:805
vfs_spiffs_seekdir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_spiffs_dir_t::path
is read by 3 functions:
All items filtered out
vfs_spiffs_dir_t::path
vfs_spiffs_opendir()
vfs_spiffs_readdir_r()
vfs_spiffs_seekdir()
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