vdr
1.7.27
|
#include <tools.h>
Public Member Functions | |
cReadDir (const char *Directory) | |
~cReadDir () | |
bool | Ok (void) |
struct dirent * | Next (void) |
cReadDir (const char *Directory) | |
~cReadDir () | |
bool | Ok (void) |
struct dirent * | Next (void) |
Private Attributes | |
DIR * | directory |
struct dirent * | result |
union { | |
struct dirent d | |
char b [offsetof(struct dirent, d_name)+NAME_MAX+1] | |
} | u |
union { | |
struct dirent d | |
char b [offsetof(struct dirent, d_name)+NAME_MAX+1] | |
} | u |
Definition at line 329 of file include/vdr/tools.h.
cReadDir::cReadDir | ( | const char * | Directory | ) |
cReadDir::cReadDir | ( | const char * | Directory | ) |
struct dirent * cReadDir::Next | ( | void | ) | [read] |
Definition at line 1325 of file tools.c.
References directory, result, and u.
Referenced by cCopyingThread::Action(), cPluginManager::AddPlugin(), DirSizeMB(), cDvbDeviceProbe::GetSubsystemId(), cDvbDevice::Initialize(), cPictureEntry::Load(), cThemes::Load(), cFileNameList::Load(), RemoveEmptyDirectories(), RemoveFileOrDir(), and cRecordings::ScanVideoDir().
struct dirent* cReadDir::Next | ( | void | ) | [read] |
bool cReadDir::Ok | ( | void | ) | [inline] |
bool cReadDir::Ok | ( | void | ) | [inline] |
Definition at line 340 of file include/vdr/tools.h.
Referenced by DirSizeMB(), cDvbDeviceProbe::GetSubsystemId(), cDvbDevice::Initialize(), cPictureEntry::Load(), cFileNameList::Load(), RemoveEmptyDirectories(), and RemoveFileOrDir().
char cReadDir::b[offsetof(struct dirent, d_name)+NAME_MAX+1] |
Definition at line 335 of file include/vdr/tools.h.
struct dirent cReadDir::d |
Definition at line 334 of file include/vdr/tools.h.
DIR * cReadDir::directory [private] |
Definition at line 331 of file include/vdr/tools.h.
Referenced by cReadDir(), Next(), and ~cReadDir().
struct dirent * cReadDir::result [private] |
Definition at line 332 of file include/vdr/tools.h.
Referenced by Next().
union { ... } cReadDir::u [private] |
Referenced by Next().
union { ... } cReadDir::u [private] |