Same name and namespace in other branches
  1. 10 core/includes/install.inc \FILE_NOT_WRITABLE
  2. 6.x includes/install.inc \FILE_NOT_WRITABLE
  3. 7.x includes/install.inc \FILE_NOT_WRITABLE
  4. 8.9.x core/includes/install.inc \FILE_NOT_WRITABLE
  5. 9 core/includes/install.inc \FILE_NOT_WRITABLE
4 uses of FILE_NOT_WRITABLE
drupal_install_fix_file in includes/install.inc
Attempt to fix file permissions.
drupal_install_mkdir in includes/install.inc
Create a directory with specified permissions.
drupal_verify_install_file in includes/install.inc
Verify the state of the specified file.
system_requirements in modules/system/system.install
Test and report Drupal installation requirements.

File

includes/install.inc, line 17

Code

define('FILE_NOT_WRITABLE', 64);