Searched refs:nSeconds (Results 1 – 2 of 2) sorted by relevance
406 time_t nSeconds = time(nullptr); in TimeStringToNS() local410 if (localtime_r(&nSeconds, &result) == nullptr) { in TimeStringToNS()451 time_t nSeconds; in GetDateTime() local454 nSeconds = time(nullptr); in GetDateTime()455 pTM = localtime(&nSeconds); in GetDateTime()
98 time_t nSeconds; in RecordFileExist() local101 nSeconds = time(nullptr); in RecordFileExist()102 pTM = localtime(&nSeconds); in RecordFileExist()130 time_t nSeconds = time(nullptr); in GetSec() local131 if (nSeconds == 0) { in GetSec()139 struct tm* pTM = localtime(&nSeconds); in GetSec()