21 uses of FILE_CREATE_DIRECTORY

color_scheme_form_submit in drupal/core/modules/color/color.module
Form submission handler for color_scheme_form().
DirectoryTest::testFileCheckDirectoryHandling in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Test directory handling functions.
DownloadTest::checkUrl in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Download a file from the URL generated by file_create_url().
drupal_build_css_cache in drupal/core/includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_build_js_cache in drupal/core/includes/common.inc
Aggregates JavaScript files into a cache file in the files directory.
file_managed_file_save_upload in drupal/core/modules/file/file.module
Saves any files that have been uploaded into a managed_file element.
file_prepare_directory in drupal/core/includes/file.inc
Checks that the directory exists and is writable.
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Test image_style_url().
image_field_update_field in drupal/core/modules/image/image.module
Implements hook_field_update_field().
image_field_update_instance in drupal/core/modules/image/image.module
Implements hook_field_update_instance().
image_install in drupal/core/modules/image/image.install
Implements hook_install().
image_style_create_derivative in drupal/core/modules/image/image.module
Creates a new image derivative based on an image style.
install_ensure_config_directory in drupal/core/includes/install.inc
Ensures that the config directory exists and is writable, or can be made so.
LocaleCompareTest::makePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Creates a translation file and tests its timestamp.
LocaleCompareTest::setTranslationsDirectory in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Set the value of the default translations directory.
TestBase::prepareEnvironment in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Prepares the current environment for running the test.
TestBase::run in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Run all tests in this class.
ToolkitGdTest::testManipulations in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
user_update_8011 in drupal/core/modules/user/user.install
Create user picture field.
_file_test_form_submit in drupal/core/modules/file/tests/file_test/file_test.module
Process the upload.
_locale_rebuild_js in drupal/core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.