Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dtmp_storage.cpp60 time_t storedBootTime; in Init() local
68 …error = mStorageFile.Get(kKeyBootTime, 0, reinterpret_cast<uint8_t *>(&storedBootTime), &valueLeng… in Init()
72 … OT_ERROR_NONE) || (valueLength != sizeof(time_t)) || !BootTimeMatch(storedBootTime, currentBootTi… in Init()