19 uses of FILE_STATUS_PERMANENT

FileFieldTestCase::assertFileIsPermanent in drupal-7.x/modules/file/tests/file.test
Asserts that a file's status is set to permanent in the database.
FileSaveDataTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveTest::testFileSave in drupal-7.x/modules/simpletest/tests/file.test
FileSpaceUsedTest::setUp in drupal-7.x/modules/simpletest/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileSpaceUsedTest::testFileSpaceUsed in drupal-7.x/modules/simpletest/tests/file.test
Test different users with the default status.
file_field_presave in drupal-7.x/modules/file/file.field.inc
Implements hook_field_presave().
file_file_download in drupal-7.x/modules/file/file.module
Implements hook_file_download().
file_managed_file_validate in drupal-7.x/modules/file/file.module
An #element_validate callback for the managed_file element.
file_save_data in drupal-7.x/includes/file.inc
Saves a file to the specified destination and creates a database entry.
file_space_used in drupal-7.x/includes/file.inc
Determines total disk space used by a single user or the whole filesystem.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal-7.x/modules/image/image.test
Test use of a default image with an image field.
image_field_update_field in drupal-7.x/modules/image/image.module
Implements hook_field_update_field().
image_field_update_instance in drupal-7.x/modules/image/image.module
Implements hook_field_update_instance().
system_cron in drupal-7.x/modules/system/system.module
Implements hook_cron().
user_save in drupal-7.x/modules/user/user.module
Save changes to a user account or add a new user.
user_update_7012 in drupal-7.x/modules/user/user.install
Add the user's pictures to the {file_managed} table and make them managed files.