Home
last modified time | relevance | path

Searched refs:cacheDirectory_ (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/singletons/
H A DPaths.cpp60 return this->cacheDirectory_; in cacheDirectory()
140 this->cacheDirectory_ = makePath("Cache"); in initSubDirectories()
H A DPaths.hpp48 QString cacheDirectory_; member in chatterino::Paths
/dports/net-im/nheko/nheko-0.9.0/src/
H A DCache.cpp230 cacheDirectory_ = QString("%1/%2%3") in setup()
235 bool isInitial = !QFile::exists(cacheDirectory_); in setup()
243 if (!QDir().rename(oldCache, cacheDirectory_)) { in setup()
245 ") to the new location (" + cacheDirectory_ + ")") in setup()
259 if (!QDir().mkpath(cacheDirectory_)) { in setup()
261 ("Unable to create state directory:" + cacheDirectory_).toStdString().c_str()); in setup()
269 env_.open(cacheDirectory_.toStdString().c_str(), MDB_NOMETASYNC | MDB_NOSYNC); in setup()
277 QDir stateDir(cacheDirectory_); in setup()
283 env_.open(cacheDirectory_.toStdString().c_str()); in setup()
1025 if (!cacheDirectory_.isEmpty()) { in deleteData()
[all …]
H A DCache_p.h691 QString cacheDirectory_; variable