Home
last modified time | relevance | path

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

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dsession_impl.cpp4746 std::string const torrent_file_path = resolve_file_url(params->url); in async_add_torrent() local
4751 params->ti = std::make_shared<torrent_info>(torrent_file_path, ec); in async_add_torrent()
4914 std::string const torrent_file_path = resolve_file_url(params.url); in add_torrent_impl() local
4916 auto t = std::make_shared<torrent_info>(torrent_file_path, std::ref(ec), 0); in add_torrent_impl()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dsession_impl.cpp4750 std::string const torrent_file_path = resolve_file_url(params->url); in async_add_torrent() local
4755 params->ti = std::make_shared<torrent_info>(torrent_file_path, ec); in async_add_torrent()
4918 std::string const torrent_file_path = resolve_file_url(params.url); in add_torrent_impl() local
4920 auto t = std::make_shared<torrent_info>(torrent_file_path, std::ref(ec), 0); in add_torrent_impl()