FatFS
get_stat_mode()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
get_stat_mode()
get_stat_mode() function
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:699
static
inline
mode_t
get_stat_mode
(
bool
is_dir
)
;
Arguments
Argument
is_dir
Examples
References
from
examples
Code
Location
Referrer
static
inline
mode_t
get_stat_mode
(
bool
is_dir
)
vfs_fat.c:699
st
->
st_mode
=
get_stat_mode
(
(
info
->
fattrib
&
AM_DIR
)
!=
0
)
;
vfs_fat.c:709
update_stat_struct()
st
->
st_mode
=
get_stat_mode
(
true
)
;
vfs_fat.c:738
vfs_fat_stat()
Call Tree
from
examples
get_stat_mode()
is called by 2 functions:
update_stat_struct()
vfs_fat_stat()
All items filtered out
get_stat_mode()
All items filtered out
Data Use
from
examples
get_stat_mode()
:
All items filtered out
get_stat_mode()
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