OpenOCD
fileio_size()
is only used within OpenOCD.
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
Development Tools
OpenOCD
fileio_size()
fileio_size() function
FIX!!!! For now this can not fail, but that's because a seek was executed on startup. Avoiding the seek on startup opens up for using streams.
Syntax
Show:
Summary
Declaration
Definition
from
fileio.h:52
int
fileio_size
(
struct
fileio
*
fileio
,
size_t
*
size
)
;
Implemented in
fileio.c:259
Arguments
Argument
fileio
size
Related Functions
Found 14 other functions taking a
fileio
argument:
Function
fileio_open()
fileio_close()
fileio_feof()
fileio_seek()
fileio_fgets()
fileio_read()
fileio_write()
fileio_read_u32()
fileio_write_u32()
fileio_open_local()
fileio_local_read()
fileio_local_fgets()
fileio_local_write()
fileio_close_local()
Examples
References
from
examples
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