MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / lseek

Method lseek

libraries/AP_Filesystem/AP_Filesystem.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int32_t AP_Filesystem::lseek(int fd, int32_t offset, int seek_from)
170{
171 const Backend &backend = backend_by_fd(fd);
172 return backend.fs.lseek(fd, offset, seek_from);
173}
174
175int AP_Filesystem::stat(const char *pathname, struct stat *stbuf)
176{

Callers 11

_storage_openMethod · 0.45
_timer_tickMethod · 0.45
ftp_workerMethod · 0.45
get_log_dataMethod · 0.45
file_content_updateMethod · 0.45
sendfile_checkMethod · 0.45
flush_fileMethod · 0.45
fgetsMethod · 0.45
apfs_fseekFunction · 0.45
apfs_ftellFunction · 0.45
seek_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected