10 calls to drupal_parse_info_file()

drupal_required_modules in drupal/includes/module.inc
Returns an array of modules required by core.
drupal_system_listing in drupal/includes/common.inc
Returns information about system object files (modules, themes, etc.).
install_profile_info in drupal/includes/install.inc
Retrieves information about an installation profile from its .info file.
ParseInfoFilesTestCase::testParseInfoFile in drupal/modules/simpletest/tests/common.test
Parse an example .info file an verify the results.
system_modules_uninstall_confirm_form in drupal/modules/system/system.admin.inc
Confirm uninstall of selected modules.
Updater::getProjectTitle in drupal/includes/updater.inc
Return the project name from a Drupal info file.
update_fix_d7_install_profile in drupal/includes/update.inc
Register the currently installed profile in the system table.
update_verify_update_archive in drupal/modules/update/update.module
Implements hook_verify_update_archive().
_system_rebuild_module_data in drupal/modules/system/system.module
Helper function to scan and collect module .info data.
_system_rebuild_theme_data in drupal/modules/system/system.module
Helper function to scan and collect theme .info data and their engines.