#include "ace/OS_NS_unistd.h"#include "ace/OS_NS_fcntl.h"#include "ace/OS_NS_errno.h"#include "ace/OS_NS_macros.h"#include "ace/String_Conversion.h"Functions | |
| ACE_INLINE ACE_HANDLE | ACE_OS::creat (const ACE_TCHAR *filename, mode_t mode) |
| ACE_INLINE int | ACE_OS::fstat (ACE_HANDLE handle, ACE_stat *stp) |
| ACE_INLINE long | ACE_OS::filesize (ACE_HANDLE handle) |
| ACE_INLINE long | ACE_OS::filesize (const ACE_TCHAR *filename) |
| ACE_INLINE int | ACE_OS::lstat (const char *file, ACE_stat *stp) |
| ACE_INLINE int | ACE_OS::lstat (const wchar_t *file, ACE_stat *stp) |
| ACE_INLINE int | ACE_OS::mkdir (const char *path, mode_t mode) |
| ACE_INLINE int | ACE_OS::mkdir (const wchar_t *path, mode_t mode) |
| ACE_INLINE int | ACE_OS::mkfifo (const ACE_TCHAR *file, mode_t mode) |
| ACE_INLINE int | ACE_OS::stat (const char *file, ACE_stat *stp) |
| ACE_INLINE int | ACE_OS::stat (const wchar_t *file, ACE_stat *stp) |
| ACE_INLINE mode_t | ACE_OS::umask (mode_t cmask) |
1.4.5