6 calls to file_unmanaged_move()

FileUnmanagedMoveTest::testMissing in drupal/modules/simpletest/tests/file.test
Try to move a missing file.
FileUnmanagedMoveTest::testNormal in drupal/modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedMoveTest::testOverwriteSelf in drupal/modules/simpletest/tests/file.test
Try to move a file onto itself.
file_move in drupal/includes/file.inc
Moves a file to a new location and update the file's database entry.
file_unmanaged_save_data in drupal/includes/file.inc
Saves a string to the specified destination without invoking file API.
image_gd_save in drupal/modules/system/image.gd.inc
GD helper to write an image resource to a destination file.