ACE 8.0.1
Loading...
Searching...
No Matches
Namespaces | Macros | Typedefs | Functions
OS_NS_sys_stat.h File Reference
#include "ace/config-all.h"
#include "ace/os_include/sys/os_stat.h"
#include "ace/Default_Constants.h"

Namespaces

namespace  ACE_OS
 This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems.
 

Macros

#define ACE_EXPORT_MACRO   ACE_Export
 
#define ACE_STAT_FUNC_NAME   ::_stat
 
#define ACE_WSTAT_FUNC_NAME   ::_wstat
 

Typedefs

typedef struct _stat ACE_stat
 

Functions

ACE_HANDLE ACE_OS::creat (const ACE_TCHAR *filename, mode_t mode)
 
ACE_OFF_T ACE_OS::filesize (ACE_HANDLE handle)
 
ACE_OFF_T ACE_OS::filesize (const ACE_TCHAR *handle)
 
int ACE_OS::fstat (ACE_HANDLE, ACE_stat *)
 
int ACE_OS::lstat (const char *, ACE_stat *)
 
int ACE_OS::lstat (const wchar_t *, ACE_stat *)
 
int ACE_OS::mkdir (const char *path, mode_t mode=ACE_DEFAULT_DIR_PERMS)
 
int ACE_OS::mkdir (const wchar_t *path, mode_t mode=ACE_DEFAULT_DIR_PERMS)
 
int ACE_OS::mkfifo (const ACE_TCHAR *file, mode_t mode=ACE_DEFAULT_FILE_PERMS)
 
int ACE_OS::stat (const char *file, ACE_stat *)
 
int ACE_OS::stat (const wchar_t *file, ACE_stat *)
 
mode_t ACE_OS::umask (mode_t cmask)
 

Detailed Description

Author
Douglas C. Schmidt d.sch.nosp@m.midt.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u
Jesper S. M|llerstoph.nosp@m.ph@d.nosp@m.iku.d.nosp@m.k
and a cast of thousands...

Macro Definition Documentation

◆ ACE_EXPORT_MACRO

#define ACE_EXPORT_MACRO   ACE_Export

◆ ACE_STAT_FUNC_NAME

#define ACE_STAT_FUNC_NAME   ::_stat

◆ ACE_WSTAT_FUNC_NAME

#define ACE_WSTAT_FUNC_NAME   ::_wstat

Typedef Documentation

◆ ACE_stat