13 calls to file_unmanaged_copy()

color_scheme_form_submit in drupal/modules/color/color.module
Form submission handler for color_scheme_form().
DrupalWebTestCase::drupalGetTestFiles in drupal/modules/simpletest/drupal_web_test_case.php
Get a list files that can be used in tests.
FileUnmanagedCopyTest::testNonExistent in drupal/modules/simpletest/tests/file.test
Copy a non-existent file.
FileUnmanagedCopyTest::testNormal in drupal/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf in drupal/modules/simpletest/tests/file.test
Copy a file onto itself.
file_copy in drupal/includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_unmanaged_move in drupal/includes/file.inc
Moves a file to a new location without database changes or hook invocation.
ImageAdminStylesUnitTest::createSampleImage in drupal/modules/image/image.test
Given an image style, generate an image.
ImageDimensionsTestCase::testImageDimensions in drupal/modules/image/image.test
Test styled image dimensions cumulatively.
ImageStyleFlushTest::createSampleImage in drupal/modules/image/image.test
Given an image style and a wrapper, generate an image.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal/modules/image/image.test
Test image_style_url().
ImageThemeFunctionWebTestCase::testImageFormatterTheme in drupal/modules/image/image.test
Tests usage of the image field formatters.
system_theme_settings_submit in drupal/modules/system/system.admin.inc
Process system_theme_settings form submissions.