16 calls to file_unmanaged_copy()

color_scheme_form_submit in drupal/core/modules/color/color.module
Form submission handler for color_scheme_form().
file_copy in drupal/core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_unmanaged_move in drupal/core/includes/file.inc
Moves a file to a new location without database changes or hook invocation.
ImageAdminStylesTest::createSampleImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Given an image style, generate an image.
ImageDimensionsTest::testImageDimensions in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Test image_style_url().
ImageThemeFunctionTest::testImageFormatterTheme in drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
LocaleExportTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleFileImportStatus::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
system_theme_settings_submit in drupal/core/modules/system/system.admin.inc
Process system_theme_settings form submissions.
UnmanagedCopyTest::testNonExistent in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a non-existent file.
UnmanagedCopyTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.