Home
last modified time | relevance | path

Searched defs:copylocal (Results 1 – 4 of 4) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/unit/
H A DDefaultedFileSystemAccess.h64 bool copylocal(mega::LocalPath&, mega::LocalPath&, mega::m_time_t) override in copylocal() function
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DGit.hs689 copylocal Nothing = giveup "content not available" function
690 copylocal (Just (object, check)) = do function
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/win32/
H A Dfs.cpp825 bool WinFileSystemAccess::copylocal(LocalPath& oldnamePath, LocalPath& newnamePath, m_time_t) in copylocal() function in mega::WinFileSystemAccess
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/posix/
H A Dfs.cpp1058 bool PosixFileSystemAccess::copylocal(LocalPath& oldname, LocalPath& newname, m_time_t mtime) function in mega::PosixFileSystemAccess