Apache Portable Runtime
|
Modules | |
File Permissions flags | |
Stat Functions | |
Directory Manipulation Functions | |
Filepath Manipulation Functions | |
Typedefs | |
typedef struct apr_dir_t | apr_dir_t |
typedef apr_int32_t | apr_fileperms_t |
typedef dev_t | apr_dev_t |
Enumerations | |
enum | apr_filetype_e { APR_NOFILE = 0, APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE, APR_LNK, APR_SOCK, APR_UNKFILE = 127 } |
typedef dev_t apr_dev_t |
Structure for determining the device the file is on.
typedef apr_int32_t apr_fileperms_t |
Structure for determining file permissions.
enum apr_filetype_e |
apr_filetype_e values for the filetype member of the apr_file_info_t structure