7 calls to file_unmanaged_move() in Drupal 7
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/
file/ tests/ file.test - Tests file access for private nodes when file download access is granted.
- FileUnmanagedMoveTest::testMissing in modules/
simpletest/ tests/ file.test - Try to move a missing file.
- FileUnmanagedMoveTest::testNormal in modules/
simpletest/ tests/ file.test - Move a normal file.
- FileUnmanagedMoveTest::testOverwriteSelf in modules/
simpletest/ tests/ file.test - Try to move a file onto itself.
- file_move in includes/
file.inc - Moves a file to a new location and update the file's database entry.
- file_unmanaged_save_data in includes/
file.inc - Saves a string to the specified destination without invoking file API.
- image_gd_save in modules/
system/ image.gd.inc - GD helper to write an image resource to a destination file.