Collaboration diagram for File Information:
|
Modules | |
| File Permissions flags | |
| Stat Functions | |
| Directory Manipulation Functions | |
| Filepath Manipulation Functions | |
Typedefs | |
| typedef apr_dir_t | apr_dir_t |
| typedef apr_int32_t | apr_fileperms_t |
| typedef ino_t | apr_ino_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 } |
|
|
Structure for determining the device the file is on. Definition at line 125 of file apr_file_info.h. |
|
|
Structure for referencing directories. Definition at line 105 of file apr_file_info.h. |
|
|
Structure for determining file permissions. Definition at line 109 of file apr_file_info.h. |
|
|
The inode of the file. Definition at line 121 of file apr_file_info.h. |
|
|
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. |