Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentinfo.h85 QStringList filesForPiece(int pieceIndex) const;
H A Dtorrentinfo.cpp349 QStringList TorrentInfo::filesForPiece(const int pieceIndex) const in filesForPiece() function in TorrentInfo
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dsynccontroller.cpp576 {KEY_PEER_FILES, torrent->info().filesForPiece(pi.downloadingPieceIndex()).join('\n')} in torrentPeersAction()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dpeerlistwidget.cpp462 … const QStringList downloadingFiles {torrent->info().filesForPiece(peer.downloadingPieceIndex())}; in updatePeer()