ESP-IDF
vfs_semihost_dir_t::path
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_semihost_dir_t::path
vfs_semihost_dir_t::path field
VFS DIR stream path
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:30
char
path
[
256
]
;
Examples
References
from
examples
Code
Location
Referrer
char
path
[
256
]
;
/*!< VFS DIR stream path */
vfs_semihost.c:30
strncpy
(
semihost_dirp
->
path
,
path
,
sizeof
(
semihost_dirp
->
path
)
-
1
)
;
vfs_semihost.c:330
vfs_semihost_opendir()
ESP_LOGV
(
TAG
,
"%s: %s %ld"
,
__func__
,
semihost_dirp
->
path
,
semihost_dirp
->
id
)
;
vfs_semihost.c:350
vfs_semihost_closedir()
ESP_LOGV
(
TAG
,
"%s: %s %ld"
,
__func__
,
semihost_dirp
->
path
,
semihost_dirp
->
id
)
;
vfs_semihost.c:366
vfs_semihost_telldir()
ESP_LOGV
(
TAG
,
"%s: %s %ld"
,
__func__
,
semihost_dirp
->
path
,
semihost_dirp
->
id
)
;
vfs_semihost.c:380
vfs_semihost_readdir_r()
ESP_LOGV
(
TAG
,
"%s: %s %ld"
,
__func__
,
semihost_dirp
->
path
,
semihost_dirp
->
id
)
;
vfs_semihost.c:401
vfs_semihost_readdir()
ESP_LOGV
(
TAG
,
"%s: %s %ld '%ld' bytes"
,
__func__
,
semihost_dirp
->
path
,
semihost_dirp
->
id
,
offset
)
;
vfs_semihost.c:418
vfs_semihost_seekdir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_semihost_dir_t::path
is read by 6 functions:
All items filtered out
vfs_semihost_dir_t::path
vfs_semihost_opendir()
vfs_semihost_closedir()
vfs_semihost_telldir()
vfs_semihost_readdir_r()
vfs_semihost_readdir()
vfs_semihost_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