Home
last modified time | relevance | path

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

/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DRsync.hs97 { storeExport = storeExportM o
295 storeExportM :: RsyncOpts -> FilePath -> Key -> ExportLocation -> MeterUpdate -> Annex ()
296 storeExportM o src _k loc meterupdate = function
H A DAdb.hs77 { storeExport = storeExportM serial adir
244 storeExportM :: AndroidSerial -> AndroidPath -> FilePath -> Key -> ExportLocation -> MeterUpdate ->…
245 storeExportM serial adir src _k loc _p = function
H A DDirectory.hs91 { storeExport = storeExportM dir cow
302 storeExportM :: RawFilePath -> CopyCoWTried -> FilePath -> Key -> ExportLocation -> MeterUpdate -> …
303 storeExportM d cow src _k loc p = do function
H A DExternal.hs95 { storeExport = storeExportM external
282 storeExportM :: External -> FilePath -> Key -> ExportLocation -> MeterUpdate -> Annex ()
283 storeExportM external f k loc p = either giveup return =<< go function