Searched refs:RTPathSetTimesEx (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpath2-posix.cpp127 return RTPathSetTimesEx(pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, RTPATH_F_ON_LINK);
131 RTR3DECL(int) RTPathSetTimesEx(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, function
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp413 return RTPathSetTimesEx(pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, RTPATH_F_ON_LINK);
417 RTR3DECL(int) RTPathSetTimesEx(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, function
449 /** @todo Symlink: Test RTPathSetTimesEx on Windows. (The code is disabled
/vbox/include/iprt/
H A Dpath.h1276 RTR3DECL(int) RTPathSetTimesEx(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime,
H A Dmangling.h1072 # define RTPathSetTimesEx RT_MANGLER(RTPathSetTimesEx) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp213 rc = RTPathSetTimesEx(szDst, NULL, &UnixInfo.ModificationTime, NULL, NULL, RTPATH_F_ON_LINK);
H A Dtarcmd.cpp649 rc = RTPathSetTimesEx(szDst, NULL, &UnixInfo.ModificationTime, NULL, NULL, RTPATH_F_ON_LINK);

Completed in 89 milliseconds