20 calls to file_default_scheme()

FileDirectoryTest::testFileCheckDirectoryHandling in drupal/modules/simpletest/tests/file.test
Test directory handling functions.
FileSaveDataTest::testWithoutFilename in drupal/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileTestCase::createDirectory in drupal/modules/simpletest/tests/file.test
Create a directory and assert it exists.
FileTestCase::createFile in drupal/modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
FileUnmanagedDeleteRecursiveTest::testSingleFile in drupal/modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedDeleteTest::testMissing in drupal/modules/simpletest/tests/file.test
Try deleting a missing file.
FileUnmanagedSaveDataTest::testFileSaveData in drupal/modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
file_build_uri in drupal/includes/file.inc
Constructs a URI to Drupal's default files location given a relative path.
file_save_data in drupal/includes/file.inc
Saves a file to the specified destination and creates a database entry.
ImageAdminStylesUnitTest::testStyle in drupal/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageToolkitGdTestCase::testManipulations in drupal/modules/simpletest/tests/image.test
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.
image_install in drupal/modules/image/image.install
Implements hook_install().
image_style_path in drupal/modules/image/image.module
Returns the URI of an image when using a style.
image_uninstall in drupal/modules/image/image.install
Implements hook_uninstall().
SimpleTestFolderTestCase::testFolderSetup in drupal/modules/simpletest/simpletest.test
system_requirements in drupal/modules/system/system.install
Implements hook_requirements().
system_update_7060 in drupal/modules/system/system.install
Create fields in preparation for migrating upload.module to file.module.
system_update_7061 in drupal/modules/system/system.install
Migrate upload.module data to the newly created file field.
user_admin_settings in drupal/modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_save in drupal/modules/user/user.module
Save changes to a user account or add a new user.