FatFS
f_size
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
f_size
f_size macro
Syntax
Show:
Summary
Declaration
from
ff.h:352
#define
f_size
(
fp
)
(
(
fp
)
->
obj
.
objsize
)
Arguments
Argument
fp
Examples
References
from
examples
Code
Location
#define
f_size
(
fp
)
(
(
fp
)
->
obj
.
objsize
)
ff.h:352
if
(
(
res
=
f_lseek
(
file
,
f_size
(
file
)
)
)
!=
FR_OK
)
{
vfs_fat.c:444
off_t
size
=
f_size
(
file
)
;
vfs_fat.c:642
ESP_LOGD
(
TAG
,
"%s: offset=%ld, filesize:=%"
PRIu32
,
__func__
,
new_pos
,
f_size
(
file
)
)
;
vfs_fat.c:652
st
->
st_size
=
f_size
(
file
)
;
vfs_fat.c:668
size_t
size_left
=
f_size
(
pf1
)
;
vfs_fat.c:824
FSIZE_t
sz
=
(
FSIZE_t
)
f_size
(
file
)
;
// current file size (end of file position)
vfs_fat.c:1162
FSIZE_t
sz
=
(
FSIZE_t
)
f_size
(
file
)
;
// current file size (end of file position)
vfs_fat.c:1271
fsz
=
f_size
(
fp
)
;
vfs_fat.c:1460
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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