Home
last modified time | relevance | path

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

/dports/devel/hs-git-annex/git-annex-8.20210903/Test/
H A DFramework.hs143 dir <- tmprepodir
536 tmprepodir :: IO FilePath
537 tmprepodir = go (0 :: Int) function
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp1285 auto tmprepodir = tmpdir + "/" + METADATA_RELATIVE_DIR; in fetch() local