6 calls to file_scan_directory() in Coder 7
- all.test in scripts/
coder_format/ tests/ all.test - Set of tests for the coder format script.
- coder_format_file in scripts/
coder_format/ coder_format.inc - Reads, backups, processes and writes the source code from and to a file.
- coder_format_recursive in scripts/
coder_format/ coder_format.inc - Recursively process .module and .inc files in directory with coder_format_file().
- coder_review_page_form in coder_review/
coder_review.module - Implements hook_form().
- coder_review_simpletest in coder_review/
coder_review.module - Implements hook_simpletest().
- example_file_scan_directory in coder_upgrade/
tests/ old/ samples/ example.module