Same name and namespace in other branches
  1. 5.x includes/install.inc \FILE_NOT_EXIST
  2. 6.x includes/install.inc \FILE_NOT_EXIST
  3. 7.x includes/install.inc \FILE_NOT_EXIST
  4. 8.9.x core/includes/install.inc \FILE_NOT_EXIST
  5. 9 core/includes/install.inc \FILE_NOT_EXIST

File permission check -- File does not exist.

1 use of FILE_NOT_EXIST
drupal_verify_install_file in core/includes/install.inc
Verifies the state of the specified file.

File

core/includes/install.inc, line 60
API functions for installing modules and themes.

Code

const FILE_NOT_EXIST = 16;