vdr
2.2.0
|
#include <tools.h>
Public Member Functions | |
cSafeFile (const char *FileName) | |
~cSafeFile () | |
operator FILE * () | |
bool | Open (void) |
bool | Close (void) |
Private Attributes | |
FILE * | f |
char * | fileName |
char * | tempName |
cSafeFile::cSafeFile | ( | const char * | FileName | ) |
Definition at line 1644 of file tools.c.
References MALLOC, and ReadLink().
bool cSafeFile::Close | ( | void | ) |
Definition at line 1672 of file tools.c.
References LOG_ERROR_STR.
Referenced by cSchedules::Dump(), cTheme::Save(), cConfig< cDiseqc >::Save(), cNestedItemList::Save(), cRecordingInfo::Write(), and cRecording::WriteInfo().
bool cSafeFile::Open | ( | void | ) |
Definition at line 1662 of file tools.c.
References LOG_ERROR_STR.
Referenced by cSchedules::Dump(), cTheme::Save(), cConfig< cDiseqc >::Save(), cNestedItemList::Save(), cRecordingInfo::Write(), and cRecording::WriteInfo().