15 calls to file_load_multiple()

FileLoadTest::testLoadInvalidStatus in drupal/modules/simpletest/tests/file.test
Try to load a non-existent file by status.
FileLoadTest::testLoadMissingFilepath in drupal/modules/simpletest/tests/file.test
Try to load a non-existent file by URI.
FileLoadTest::testMultiple in drupal/modules/simpletest/tests/file.test
This will test loading file data from the database.
FilePrivateTestCase::testPrivateFile in drupal/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileSaveUploadTest::testNormal in drupal/modules/simpletest/tests/file.test
Test the file_save_upload() function.
file_copy in drupal/includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_field_load in drupal/modules/file/file.field.inc
Implements hook_field_load().
file_file_download in drupal/modules/file/file.module
Implements hook_file_download().
file_load in drupal/includes/file.inc
Loads a single file object from the database.
file_move in drupal/includes/file.inc
Moves a file to a new location and update the file's database entry.
file_save_data in drupal/includes/file.inc
Saves a file to the specified destination and creates a database entry.
file_save_upload in drupal/includes/file.inc
Saves a file upload to a new location.
image_file_download in drupal/modules/image/image.module
Implements hook_file_download().
UserController::attachLoad in drupal/modules/user/user.module
Attaches data to entities upon loading.
user_update_7012 in drupal/modules/user/user.install
Add the user's pictures to the {file_managed} table and make them managed files.