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

Method write

libraries/AP_Filesystem/AP_Filesystem.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157int32_t AP_Filesystem::write(int fd, const void *buf, uint32_t count)
158{
159 const Backend &backend = backend_by_fd(fd);
160 return backend.fs.write(fd, buf, count);
161}
162
163int AP_Filesystem::fsync(int fd)
164{

Callers 8

send_byteMethod · 0.45
send_uint16Method · 0.45
send_sport_frameMethod · 0.45
apfs_fprintfFunction · 0.45
apfs_fwriteFunction · 0.45
apfs_fputsFunction · 0.45
write_fileFunction · 0.45
transmitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected