Lines Matching refs:now
487 TimeValue now; in checkIdleTimeout() local
488 osl_getSystemTime(&now); in checkIdleTimeout()
489 … if(now.Seconds - m_LastLogEventTime.Seconds > m_IdleTimeout.Seconds && m_SessionLogEventCount>0) in checkIdleTimeout()
491 m_LastLogEventTime = now; in checkIdleTimeout()
512 oslDateTime now; in getRotatedPath() local
515 osl_getDateTimeFromTimeValue(&now_tv, &now); in getRotatedPath()
518 now.Year, in getRotatedPath()
519 now.Month, in getRotatedPath()
520 now.Day, in getRotatedPath()
521 now.Hours, in getRotatedPath()
522 now.Minutes, in getRotatedPath()
523 now.Seconds); in getRotatedPath()