Searched refs:renameExportM (Results 1 – 4 of 4) sorted by relevance
103 , renameExport = renameExportM o330 renameExportM :: RsyncOpts -> Key -> ExportLocation -> ExportLocation -> Annex (Maybe ())331 renameExportM _ _ _ _ = return Nothing function
83 , renameExport = renameExportM serial adir276 renameExportM :: AndroidSerial -> AndroidPath -> Key -> ExportLocation -> ExportLocation -> Annex (…277 renameExportM serial adir _k old new = do function
99 , renameExport = renameExportM dir328 renameExportM :: RawFilePath -> Key -> ExportLocation -> ExportLocation -> Annex (Maybe ())329 renameExportM d _k oldloc newloc = liftIO $ do function
101 , renameExport = renameExportM external345 renameExportM :: External -> Key -> ExportLocation -> ExportLocation -> Annex (Maybe ())346 renameExportM external k src dest = either giveup return =<< go function