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

Method fsync

libraries/AP_Filesystem/AP_Filesystem.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163int AP_Filesystem::fsync(int fd)
164{
165 const Backend &backend = backend_by_fd(fd);
166 return backend.fs.fsync(fd);
167}
168
169int32_t AP_Filesystem::lseek(int fd, int32_t offset, int seek_from)
170{

Callers 7

_timer_tickMethod · 0.45
logging_loopMethod · 0.45
io_timerMethod · 0.45
attach_fileMethod · 0.45
flush_fileMethod · 0.45
apfs_fflushFunction · 0.45
write_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected