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