FatFS
vfs_fat_truncate()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_truncate()
vfs_fat_truncate() function
Syntax
Show:
Summary
Declaration
Definition
from
vfs_fat.c:103
static
int
vfs_fat_truncate
(
void
*
ctx
,
const
char
*
path
,
off_t
length
)
;
Implemented in
vfs_fat.c:1123
Arguments
Argument
ctx
path
length
Examples
References
from
examples
Code
Location
static
int
vfs_fat_truncate
(
void
*
ctx
,
const
char
*
path
,
off_t
length
)
vfs_fat.c:1123
static
int
vfs_fat_truncate
(
void
*
ctx
,
const
char
*
path
,
off_t
length
)
;
vfs_fat.c:103
.
truncate_p
=
&
vfs_fat_truncate
,
vfs_fat.c:159
Call Tree
from
examples
vfs_fat_truncate()
calls 13 functions:
All items filtered out
vfs_fat_truncate()
free()
esp_log_timestamp()
esp_log_write()
_lock_acquire()
_lock_release()
f_open()
f_close()
f_lseek()
f_truncate()
ff_memalloc()
f_write_zero_mem()
fresult_to_errno()
prepend_drive_to_path()
All items filtered out
Data Use
from
examples
vfs_fat_truncate()
reads 11 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
FFOBJID::objsize
FIL::obj
FIL::fptr
FRESULT::FR_OK
FRESULT::FR_DISK_ERR
TAG
All items filtered out
vfs_fat_truncate()
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
vfs_fat_truncate()
allocates 1 types:
FIL
All items filtered out
vfs_fat_truncate()
All items filtered out