Searched refs:RTTimeSpecGetSeconds (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimelocal-posix.cpp58 int64_t i64UnixTime = RTTimeSpecGetSeconds(pTime);
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c314 st->st_atime = RTTimeSpecGetSeconds(&params.Info.AccessTime);
315 st->st_mtime = RTTimeSpecGetSeconds(&params.Info.ModificationTime);
316 st->st_ctime = RTTimeSpecGetSeconds(&params.Info.BirthTime);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTimeSpec.cpp333 RTTESTI_CHECK(RTTimeSpecGetSeconds(&Ts2) == 1);
/vbox/include/iprt/
H A Dtime.h145 DECLINLINE(int64_t) RTTimeSpecGetSeconds(PCRTTIMESPEC pTime) function
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp662 0, 0, 0600, RTTimeSpecGetSeconds(&time));
H A Dtarvfs.cpp699 if (c64SecModTime != RTTimeSpecGetSeconds(&pObjInfo->ModificationTime))
/vbox/src/VBox/Storage/
H A DVHD.cpp591 uint64_t u64Seconds = RTTimeSpecGetSeconds(pRtTimeStamp);

Completed in 390 milliseconds