Searched defs:pBirthTime (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTDirSetTimes-generic.cpp49 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 Dfileio2-posix.cpp134 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
136 NOREF(pChangeTime); NOREF(pBirthTime);
133 RTFileSetTimes(RTFILE hFile, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
H A Dpath2-posix.cpp125 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
127 return RTPathSetTimesEx(pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, RTPATH_F_ON_LINK);
132 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime, uint32_t fFlags)
142 AssertPtrNullReturn(pBirthTime, 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 DVDIfVfs.cpp260 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
266 NOREF(pBirthTime);
259 vdIfVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
H A DVDVfs.cpp387 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
393 NOREF(pBirthTime);
386 vdVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp252 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
258 NOREF(pBirthTime);
251 rtDvmVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp334 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 Dvfsbase.cpp1892 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
1901 AssertPtrNullReturn(pBirthTime, 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 Dpath-win.cpp411 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
413 return RTPathSetTimesEx(pszPath, pAccessTime, pModificationTime, pChangeTime, pBirthTime, RTPATH_F_ON_LINK);
418 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime, uint32_t fFlags)
428 AssertPtrNullReturn(pBirthTime, VERR_INVALID_POINTER);
475 if (!pAccessTime && !pModificationTime && !pBirthTime)
484 if (pBirthTime)
485 pCreationTimeFT = RTTimeSpecGetNtFileTime(pBirthTime, &CreationTimeFT);
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
[all...]
H A Dfileio-win.cpp899 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
901 if (!pAccessTime && !pModificationTime && !pBirthTime)
906 if (pBirthTime)
907 pCreationTimeFT = RTTimeSpecGetNtFileTime(pBirthTime, &CreationTimeFT);
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 Dtarvfs.cpp1180 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 Dxarvfs.cpp1050 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime)
1056 NOREF(pBirthTime);
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 DtstSharedFolderService.cpp195 PCRTTIMESPEC pBirthTime)
197 /* RTPrintf("%s: pDir=%p, *pAccessTime=%lli, *pModificationTime=%lli, *pChangeTime=%lli, *pBirthTime=%lli\n",
203 pBirthTime ? (long long)RTTimeSpecGetNano(pBirthTime) : -1); */
332 PCRTTIMESPEC pBirthTime)
334 /* RTPrintf("%s: pFile=%p, *pAccessTime=%lli, *pModificationTime=%lli, *pChangeTime=%lli, *pBirthTime=%lli\n",
340 pBirthTime ? (long long)RTTimeSpecGetNano(pBirthTime) : -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

Completed in 286 milliseconds