Home
last modified time | relevance | path

Searched refs:setmtimelocal (Results 1 – 9 of 9) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/unit/
H A DDefaultedFileSystemAccess.h80 bool setmtimelocal(mega::LocalPath&, mega::m_time_t) override in setmtimelocal() function
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/posix/
H A Dmegafs.h103 bool setmtimelocal(LocalPath&, m_time_t) override;
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/win32/
H A Dmegafs.h73 bool setmtimelocal(LocalPath&, m_time_t) override;
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dfilesystem.h495 virtual bool setmtimelocal(LocalPath&, m_time_t) = 0;
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/posix/
H A Dfs.cpp1112 t = !setmtimelocal(newname, mtime);
1115 setmtimelocal(newname, mtime);
1279 bool PosixFileSystemAccess::setmtimelocal(LocalPath& name, m_time_t mtime) function in mega::PosixFileSystemAccess
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/win32/
H A Dfs.cpp1042 bool WinFileSystemAccess::setmtimelocal(LocalPath& namePath, m_time_t mtime) in setmtimelocal() function in mega::WinFileSystemAccess
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dtransfer.cpp607 success = client->fsaccess->setmtimelocal(localfilename, mtime); in complete()
H A Dmegaclient.cpp13125 … if (value == 1 && fsaccess->setmtimelocal(lpath, ll->node->mtime)) in syncup()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/integration/
H A DSdkTest_test.cpp3459 fsa.setmtimelocal(localname, 1000000000); in TEST_F()