15 calls to file_directory_path()

color_scheme_form_submit in drupal-6.x/modules/color/color.module
Submit handler for color change form.
drupal_get_css in drupal-6.x/includes/common.inc
Returns a themed representation of all stylesheets that should be attached to the page.
drupal_get_js in drupal-6.x/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
file_check_directory in drupal-6.x/includes/file.inc
Checks whether a directory exists and is writable.
file_create_path in drupal-6.x/includes/file.inc
Make sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_create_url in drupal-6.x/includes/file.inc
Create the download path to a file.
file_directory_temp in drupal-6.x/includes/file.inc
Determine the default temporary directory.
install_main in drupal-6.x/install.php
The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
system_file_system_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure the site file handling.
system_performance_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; Configure site performance settings.
system_requirements in drupal-6.x/modules/system/system.install
Implementation of hook_requirements().
system_theme_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
upload_form_alter in drupal-6.x/modules/upload/upload.module
upload_node_form_submit in drupal-6.x/modules/upload/upload.module
Save new uploads and store them in the session to be associated to the node on upload_save.
user_admin_settings in drupal-6.x/modules/user/user.admin.inc
Form builder; Configure user settings for this site.