Home
last modified time | relevance | path

Searched refs:sPreferCache (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DServerSettings.cpp29 bool ServerSettings::sPreferCache = false; member in ServerSettings
102 return sPreferCache; in PreferCache()
109 sPreferCache = value; in SetPreferCache()
H A DServerSettings.h43 static bool sPreferCache; variable