Searched refs:kJanuaryFirst1970Seconds (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.h116 static const PRInt64 kJanuaryFirst1970Seconds; member in class:nsLocalFile
H A DnsLocalFileOSX.cpp304 const PRInt64 nsLocalFile::kJanuaryFirst1970Seconds = 2082844800LL; member in class:nsLocalFile
2259 result -= kJanuaryFirst1970Seconds;
2271 PRInt64 seconds = (nsprTime / kMillisecsPerSec) + kJanuaryFirst1970Seconds;

Completed in 61 milliseconds