/vbox/src/VBox/Runtime/generic/ |
H A D | RTDirSetTimes-generic.cpp | 49 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 56 return RTPathSetTimes(pDir->pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime); 48 RTDirSetTimes(PRTDIR pDir, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | fileio2-posix.cpp | 134 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 136 NOREF(pChangeTime); NOREF(pBirthTime); 133 RTFileSetTimes(RTFILE hFile, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
H A D | path2-posix.cpp | 125 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 127 return RTPathSetTimesEx(pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, RTPATH_F_ON_LINK); 132 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime, uint32_t fFlags) 141 AssertPtrNullReturn(pChangeTime, VERR_INVALID_POINTER); 223 pChangeTime, pChangeTime, pBirthTime, pBirthTime, rc)); 124 RTPathSetTimes(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument 131 RTPathSetTimesEx(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime, uint32_t fFlags) argument
|
/vbox/src/VBox/Storage/ |
H A D | VDIfVfs.cpp | 260 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 265 NOREF(pChangeTime); 259 vdIfVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
H A D | VDVfs.cpp | 387 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 392 NOREF(pChangeTime); 386 vdVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
/vbox/src/VBox/Runtime/common/dvm/ |
H A D | dvmvfs.cpp | 252 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 257 NOREF(pChangeTime); 251 rtDvmVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
/vbox/src/VBox/Runtime/common/vfs/ |
H A D | vfsstdfile.cpp | 334 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 337 return RTFileSetTimes(pThis->hFile, pAccessTime, pModificationTime, pChangeTime, pBirthTime); 333 rtVfsStdFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
H A D | vfsbase.cpp | 1892 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 1900 AssertPtrNullReturn(pChangeTime, VERR_INVALID_POINTER); 1904 int rc = pThis->pOps->ObjSet.pfnSetTimes(pThis->Base.pvThis, pAccessTime, pModificationTime, pChangeTime, pBirthTime); 1891 RTVfsSymlinkSetTimes(RTVFSSYMLINK hVfsSym, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | path-win.cpp | 411 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 413 return RTPathSetTimesEx(pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, RTPATH_F_ON_LINK); 418 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime, uint32_t fFlags) 427 AssertPtrNullReturn(pChangeTime, VERR_INVALID_POINTER); 504 pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, Err, rc)); 521 pChangeTime, pChangeTime, pBirthTime, pBirthTime)); 410 RTPathSetTimes(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument 417 RTPathSetTimesEx(const char *pszPath, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime, uint32_t fFlags) argument
|
H A D | fileio-win.cpp | 899 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 925 hFile, pAccessTime, pModificationTime, pChangeTime, pBirthTime, Err, rc)); 898 RTFileSetTimes(RTFILE hFile, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
/vbox/src/VBox/Runtime/common/zip/ |
H A D | tarvfs.cpp | 1180 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 1182 NOREF(pvThis); NOREF(pAccessTime); NOREF(pModificationTime); NOREF(pChangeTime); NOREF(pBirthTime); 1179 rtZipTarFssSym_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
H A D | xarvfs.cpp | 1050 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 1055 NOREF(pChangeTime); 1370 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) 1372 NOREF(pvThis); NOREF(pAccessTime); NOREF(pModificationTime); NOREF(pChangeTime); NOREF(pBirthTime); 1049 rtZipXarFssFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument 1369 rtZipXarFssSym_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|
/vbox/src/VBox/HostServices/SharedFolders/testcase/ |
H A D | tstSharedFolderService.cpp | 194 PCRTTIMESPEC pChangeTime, 197 /* RTPrintf("%s: pDir=%p, *pAccessTime=%lli, *pModificationTime=%lli, *pChangeTime=%lli, *pBirthTime=%lli\n", 202 pChangeTime ? (long long)RTTimeSpecGetNano(pChangeTime) : -1, 331 PCRTTIMESPEC pChangeTime, 334 /* RTPrintf("%s: pFile=%p, *pAccessTime=%lli, *pModificationTime=%lli, *pChangeTime=%lli, *pBirthTime=%lli\n", 339 pChangeTime ? (long long)RTTimeSpecGetNano(pChangeTime) : -1, 192 testRTDirSetTimes(PRTDIR pDir, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument 329 testRTFileSetTimes(RTFILE File, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
|