ESP-IDF
+
0
/3 examples
SourceVu will show references to
closedir()
from the following samples and libraries:
mbedTLS
file_serving sample
fs_operations sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
closedir()
closedir() function
Syntax
Show:
Summary
Declaration
from
vfs.c:1846
int
closedir
(
DIR
*
pdir
)
__attribute__
(
(
alias
(
"esp_vfs_closedir"
)
)
)
;
Arguments
Argument
#0
Related Functions
Found 22 other functions taking a
DIR
argument:
Function
readdir()
vfs_spiffs_readdir_r()
vfs_spiffs_closedir()
vfs_spiffs_readdir()
vfs_spiffs_telldir()
vfs_spiffs_seekdir()
vfs_semihost_readdir_r()
seekdir()
vfs_semihost_closedir()
vfs_semihost_telldir()
vfs_semihost_readdir()
vfs_semihost_seekdir()
dirfd()
rewinddir()
telldir()
esp_vfs_readdir()
esp_vfs_readdir_r()
esp_vfs_telldir()
esp_vfs_seekdir()
esp_vfs_rewinddir()
esp_vfs_closedir()
readdir_r()
Examples
closedir()
is referenced by 3 libraries and example projects:
mbedTLS
file_serving sample
fs_operations sample
References
from
0/3
examples
Code
Location
Referrer
int
closedir
(
DIR
*
pdir
)
vfs.c:1846
closedir
(
dir_ptr
)
;
scandir.c:78
scandir()
Call Tree
from
0/3
examples
closedir()
is called by 1 function:
scandir()
All items filtered out
closedir()
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out