Home
last modified time | relevance | path

Searched refs:LRO_DESTDIR (Results 1 – 10 of 10) sorted by relevance

/dports/misc/librepo/librepo-1.14.2/examples/python/
H A Ddownload_remote_yum_repo.py55 h.setopt(librepo.LRO_DESTDIR, DESTDIR)
/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dhandle.h184 LRO_DESTDIR, /*!< (char *) enumerator
H A Dhandle.c432 case LRO_DESTDIR: in lr_handle_setopt()
/dports/misc/librepo/librepo-1.14.2/tests/
H A Dtest_handle.c43 ck_assert(lr_handle_setopt(h, NULL, LRO_DESTDIR, "foodir")); in START_TEST()
/dports/misc/librepo/librepo-1.14.2/tests/python/tests/
H A Dtest_handle.py73 h.setopt(librepo.LRO_DESTDIR, "foodir")
75 h.setopt(librepo.LRO_DESTDIR, None)
77 h.setopt(librepo.LRO_DESTDIR, "")
/dports/misc/librepo/librepo-1.14.2/librepo/python/
H A Dlibrepomodule.c249 PYMODULE_ADDINTCONSTANT(LRO_DESTDIR); in PyInit__librepo()
H A Dhandle-py.c298 case LRO_DESTDIR: in py_setopt()
/dports/misc/librepo/librepo-1.14.2/doc/python/
H A Dexamples.rst207 h.setopt(librepo.LRO_DESTDIR, DESTDIR)
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-repo.cpp1420 if (!lr_handle_setopt(priv->repo_handle, error, LRO_DESTDIR, priv->location)) in dnf_repo_check_internal()
1827 LRO_DESTDIR, priv->location_tmp); in dnf_repo_update()
1932 LRO_DESTDIR, priv->location); in dnf_repo_update()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp481 handleSetOpt(h.get(), LRO_DESTDIR, cachedir.c_str()); in lrHandleInitLocal()
589 handleSetOpt(h.get(), LRO_DESTDIR, destdir); in lrHandleInitRemote()
1287 handleSetOpt(h.get(), LRO_DESTDIR, tmpdir.c_str()); in fetch()