FatFS
vfs_fat_stat()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
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
vfs_fat_stat()
vfs_fat_stat() function
Syntax
Show:
Summary
Declaration
Definition
from
vfs_fat.c:90
static
int
vfs_fat_stat
(
void
*
ctx
,
const
char
*
path
,
struct
stat
*
st
)
;
Implemented in
vfs_fat.c:731
Arguments
Argument
ctx
path
st
Examples
References
from
examples
Code
Location
static
int
vfs_fat_stat
(
void
*
ctx
,
const
char
*
path
,
struct
stat
*
st
)
vfs_fat.c:731
static
int
vfs_fat_stat
(
void
*
ctx
,
const
char
*
path
,
struct
stat
*
st
)
;
vfs_fat.c:90
.
stat_p
=
&
vfs_fat_stat
,
vfs_fat.c:146
Call Tree
from
examples
vfs_fat_stat()
calls 9 functions:
All items filtered out
vfs_fat_stat()
esp_log_timestamp()
esp_log_write()
_lock_acquire()
_lock_release()
f_stat()
update_stat_struct()
get_stat_mode()
fresult_to_errno()
prepend_drive_to_path()
All items filtered out
Data Use
from
examples
vfs_fat_stat()
reads 9 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
FRESULT::FR_OK
cached_data::file_path
::cached_fileinfo
TAG
All items filtered out
vfs_fat_stat()
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