Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimendk.cpp637 struct tm parsed_time; in GmtimeR() local
641 if (localtime_r(&time, &parsed_time) == nullptr) { in GmtimeR()