FastLED 3.9.15
Loading...
Searching...
No Matches

◆ posix_filebuf() [2/4]

fl::detail::posix_filebuf::posix_filebuf ( const char * path,
const char * mode )
explicit

Definition at line 32 of file file_handle.cpp.hpp.

33 : mFile(nullptr), mLastError(0), mPath(path ? path : "") {
34 mFile = fl::fopen(path, mode);
35 if (!mFile) {
37 }
38}
const char * path() const override
FILE * fopen(const char *path, const char *mode)
Open a file.
Definition file_io.h:246

References captureError(), fl::fopen(), mFile, mLastError, mPath, and path().

+ Here is the call graph for this function: