13 calls to file_save() in Drupal 7
- EntityCrudHookTestCase::testFileHooks in modules/
simpletest/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on files.
- FileFieldTestCase::createTemporaryFile in modules/
file/ tests/ file.test - Creates a temporary file, for a specific user.
- FileSaveTest::testFileSave in modules/
simpletest/ tests/ file.test - file_copy in includes/
file.inc - Copies a file to a new location and adds a file record to the database.
- file_field_presave in modules/
file/ file.field.inc - Implements hook_field_presave().
- file_move in includes/
file.inc - Moves a file to a new location and update the file's database entry.
- file_save_data in includes/
file.inc - Saves a file to the specified destination and creates a database entry.
- file_save_upload in includes/
file.inc - Saves a file upload to a new location.
- ImageFieldDefaultImagesTestCase::testDefaultImages in modules/
image/ image.test - Tests CRUD for fields and fields instances with default images.
- image_field_update_field in modules/
image/ image.module - Implements hook_field_update_field().
- image_field_update_instance in modules/
image/ image.module - Implements hook_field_update_instance().
- user_save in modules/
user/ user.module - Save changes to a user account or add a new user.
- user_update_7012 in modules/
user/ user.install - Add the user's pictures to the {file_managed} table and make them managed files.