GME
13
|
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.
Definition at line 135 of file apr_file_info.h.
Structure for referencing directories.
Definition at line 121 of file apr_file_info.h.
typedef apr_int32_t apr_fileperms_t |
Structure for determining file permissions.
Definition at line 125 of file apr_file_info.h.
enum apr_filetype_e |
apr_filetype_e values for the filetype member of the apr_file_info_t structure
Definition at line 62 of file apr_file_info.h.