Home
last modified time | relevance | path

Searched refs:setPreallocationEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/diskio/
H A Dcache.h194 static void setPreallocationEnabled(bool on)
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/interfaces/
H A Dfunctions.cpp127 bt::Cache::setPreallocationEnabled(Settings::diskPrealloc()); in ApplySettings()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dsession.h280 void setPreallocationEnabled(bool enabled);
H A Dsession.cpp638 void Session::setPreallocationEnabled(const bool enabled) in setPreallocationEnabled() function in Session
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dappcontroller.cpp381 session->setPreallocationEnabled(it.value().toBool()); in setPreferencesAction()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Doptionsdialog.cpp736 session->setPreallocationEnabled(preAllocateAllFiles()); in saveOptions()