constant BOOST_GZIP_FILE_PATH in Boost 6
2 uses of BOOST_GZIP_FILE_PATH
- boost_cache_delete in ./
boost.module  - Deletes files in the cache.
 - boost_requirements in ./
boost.install  - Implementation of hook_requirements().
 
File
- ./
boost.module, line 116  - Provides static file caching for Drupal text output. Pages, Feeds, ect...
 
Code
define('BOOST_GZIP_FILE_PATH', implode('/', array_filter(explode('/', str_replace(BOOST_ROOT_CACHE_DIR . '/' . BOOST_NORMAL_DIR, BOOST_ROOT_CACHE_DIR . '/' . BOOST_GZIP_DIR . '/', BOOST_FILE_PATH)))));