Collaboration diagram for File Permissions flags:
|
Defines | |
| #define | APR_USETID 0x8000 |
| #define | APR_UREAD 0x0400 |
| #define | APR_UWRITE 0x0200 |
| #define | APR_UEXECUTE 0x0100 |
| #define | APR_GSETID 0x4000 |
| #define | APR_GREAD 0x0040 |
| #define | APR_GWRITE 0x0020 |
| #define | APR_GEXECUTE 0x0010 |
| #define | APR_WSTICKY 0x2000 |
| #define | APR_WREAD 0x0004 |
| #define | APR_WWRITE 0x0002 |
| #define | APR_WEXECUTE 0x0001 |
| #define | APR_OS_DEFAULT 0x0FFF |
| #define | APR_FILE_SOURCE_PERMS 0x1000 |
|
|
Copy source file's permissions Definition at line 97 of file apr_file_info.h. Referenced by apr_file_transfer_contents(), and main(). |
|
|
Execute by group Definition at line 87 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), apr_unix_perms2mode(), includes_filter(), and includes_setup(). |
|
|
Read by group Definition at line 85 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), apr_unix_perms2mode(), open_rewritelog(), test_file_remove(), test_fileclose(), test_filename(), test_open_excl(), test_open_noreadwrite(), test_open_read(), test_open_readwrite(), test_open_write(), test_open_writecreate(), test_read(), test_seek(), test_userdata_get(), test_userdata_getnokey(), test_userdata_set(), and test_write(). |
|
|
Set group id Definition at line 84 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), and apr_unix_perms2mode(). |
|
|
Write by group Definition at line 86 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), and apr_unix_perms2mode(). |
|
|
|
Execute by user Definition at line 82 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), apr_unix_perms2mode(), dav_fs_insert_prop(), dav_fs_patch_exec(), dav_fs_patch_rollback(), include_fixup(), mkdir_structure(), ServerSupportFunction(), test_mkdir(), test_mkdir_recurs(), and test_mkdir_twice(). |
|
|
|
Set user id Definition at line 79 of file apr_file_info.h. Referenced by AP_DECLARE(), apr_unix_mode2perms(), and apr_unix_perms2mode(). |
|
|
|
Execute by others Definition at line 92 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), apr_unix_perms2mode(), convert_prot(), and guess_protection_bits(). |
|
|
Read by others Definition at line 90 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), apr_unix_perms2mode(), convert_prot(), guess_protection_bits(), and open_rewritelog(). |
|
|
Sticky bit Definition at line 89 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), and apr_unix_perms2mode(). |
|
|
Write by others Definition at line 91 of file apr_file_info.h. Referenced by apr_unix_mode2perms(), apr_unix_perms2mode(), convert_prot(), and guess_protection_bits(). |