Searched refs:RTPathSetTimesEx (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | path2-posix.cpp | 127 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 D | path-win.cpp | 413 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 D | path.h | 1276 RTR3DECL(int) RTPathSetTimesEx(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime,
|
H A D | mangling.h | 1072 # define RTPathSetTimesEx RT_MANGLER(RTPathSetTimesEx) macro
|
/vbox/src/VBox/Runtime/common/zip/ |
H A D | unzipcmd.cpp | 213 rc = RTPathSetTimesEx(szDst, NULL, &UnixInfo.ModificationTime, NULL, NULL, RTPATH_F_ON_LINK);
|
H A D | tarcmd.cpp | 649 rc = RTPathSetTimesEx(szDst, NULL, &UnixInfo.ModificationTime, NULL, NULL, RTPATH_F_ON_LINK);
|
Completed in 124 milliseconds