#include "ace/OS_Memory.h"#include "ace/String_Conversion.h"Functions | |
| ACE_INLINE void | ACE_OS::closedir (ACE_DIR *d) |
| ACE_INLINE ACE_DIR * | ACE_OS::opendir (const ACE_TCHAR *filename) |
| ACE_INLINE struct dirent * | ACE_OS::readdir (ACE_DIR *d) |
| ACE_INLINE int | ACE_OS::readdir_r (ACE_DIR *dirp, struct dirent *entry, struct dirent **result) |
| ACE_INLINE void | ACE_OS::rewinddir (ACE_DIR *d) |
| ACE_INLINE int | ACE_OS::scandir (const ACE_TCHAR *dirname, struct dirent **namelist[], int(*selector)(const struct dirent *), int(*comparator)(const struct dirent **f1, const struct dirent **f2)) |
| ACE_INLINE void | ACE_OS::seekdir (ACE_DIR *d, long loc) |
| ACE_INLINE long | ACE_OS::telldir (ACE_DIR *d) |
1.4.5