|
vdr
2.2.0
|
#include <tools.h>
Public Member Functions | |
| 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 |
| struct dirent * cReadDir::Next | ( | void | ) |
Definition at line 1466 of file tools.c.
Referenced by cDirCopier::Action(), cPluginManager::AddPlugin(), DirSizeMB(), cDvbDeviceProbe::GetSubsystemId(), cDvbDevice::Initialize(), cPictureEntry::Load(), cThemes::Load(), cFileNameList::Load(), RemoveEmptyDirectories(), RemoveFileOrDir(), and cRecordings::ScanVideoDir().
|
inline |
Definition at line 379 of file tools.h.
Referenced by cDirCopier::Action(), DirSizeMB(), cDvbDeviceProbe::GetSubsystemId(), cDvbDevice::Initialize(), cPictureEntry::Load(), cFileNameList::Load(), RemoveEmptyDirectories(), and RemoveFileOrDir().
| char cReadDir::b[offsetof(struct dirent, d_name)+NAME_MAX+1] |
| union { ... } cReadDir::u |
1.8.11