ESP-IDF
vfs_semihost_ctx_t::base_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_ctx_t::base_path
vfs_semihost_ctx_t::base_path field
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:79
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
/* base path in VFS where host semihosting dir is mounted */
vfs_semihost.c:79
return
ctx
->
base_path
[
0
]
==
0
;
vfs_semihost.c:86
ctx_is_unused()
if
(
strcmp
(
base_path
,
s_semhost_ctx
[
i
]
.
base_path
)
==
0
)
{
vfs_semihost.c:471
esp_vfs_semihost_register()
strlcpy
(
s_semhost_ctx
[
i
]
.
base_path
,
base_path
,
sizeof
(
s_semhost_ctx
[
i
]
.
base_path
)
-
1
)
;
vfs_semihost.c:478
esp_vfs_semihost_register()
if
(
s_semhost_ctx
[
i
]
.
base_path
[
0
]
!=
0
&&
strcmp
(
base_path
,
s_semhost_ctx
[
i
]
.
base_path
)
==
0
)
{
vfs_semihost.c:504
esp_vfs_semihost_unregister()
esp_err_t
ret
=
esp_vfs_unregister
(
s_semhost_ctx
[
i
]
.
base_path
)
;
vfs_semihost.c:511
esp_vfs_semihost_unregister()
s_semhost_ctx
[
i
]
.
base_path
[
0
]
=
0
;
vfs_semihost.c:515
esp_vfs_semihost_unregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_semihost_ctx_t::base_path
is read by 3 functions:
All items filtered out
vfs_semihost_ctx_t::base_path
ctx_is_unused()
esp_vfs_semihost_register()
esp_vfs_semihost_unregister()
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