Searched defs:RTPathSetTimesEx (Results 1 - 3 of 3) 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 Dmangling.h1072 # define RTPathSetTimesEx RT_MANGLER(RTPathSetTimesEx) macro

Completed in 319 milliseconds