Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Daslparseop.c719 time_t CurrentTime; in TrCreateConstantLeafOp() local
773 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
775 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()