| 3723 | } |
| 3724 | |
| 3725 | bool Platform::SysFileExists(const char *_ecv_array filename) const noexcept |
| 3726 | { |
| 3727 | String<MaxFilenameLength> location; |
| 3728 | return MakeSysFileName(location.GetRef(), filename) && MassStorage::FileExists(location.c_str()); |
| 3729 | } |
| 3730 | |
| 3731 | FileStore *_ecv_null Platform::OpenSysFile(const char *_ecv_array filename, OpenMode mode) const noexcept |
| 3732 | { |
no outgoing calls
no test coverage detected