Home
last modified time | relevance | path

Searched refs:is_global_cache_enabled (Results 1 – 5 of 5) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-toolkit/config/
H A Dsraconfigmodel.cpp90 return model . is_global_cache_enabled (); in global_cache_enabled()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-config/
H A Dvdb-config-model.hpp102 bool is_global_cache_enabled( void ) const;
H A Dconfigure.cpp327 cache_disabled = ! m_Kfg->is_global_cache_enabled(); in Reload()
H A Dvdb-config-model.cpp263 bool vdbconf_model::is_global_cache_enabled( void ) const in is_global_cache_enabled() function in vdbconf_model
H A Dinteractive.cpp284 …ox( cache_cb_rect( r ), resize, ID_CB_CACHED, CB_TXT_CACHE, priv_model.is_global_cache_enabled() ); in populate_top_left()