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

Method close

libraries/AP_Filesystem/AP_Filesystem.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int AP_Filesystem::close(int fd)
146{
147 const Backend &backend = backend_by_fd(fd);
148 return backend.fs.close(fd);
149}
150
151int32_t AP_Filesystem::read(int fd, void *buf, uint32_t count)
152{

Callers 5

openMethod · 0.45
apfs_fcloseFunction · 0.45
apfs_freopenFunction · 0.45
write_fileFunction · 0.45
read_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected