Home
last modified time | relevance | path

Searched refs:szClock (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp274 time_t szClock; in ReadCommandLineInfo() local
277 time(&szClock); in ReadCommandLineInfo()
280 newTime = localtime(&szClock); in ReadCommandLineInfo()