Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/server/
H A DServerSettings.cpp30 bool ServerSettings::sDropCache = false; member in ServerSettings
116 return sDropCache; in DropCache()
123 sDropCache = value; in SetDropCache()
H A DServerSettings.h44 static bool sDropCache; variable