Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c470 bool seenErase = false; in blLoader() local
514 …if (!seenErase) //no reading till we erase the shared area (this way we do not leak encrypted app… in blLoader()
556 …if (!seenErase) //no writing till we erase the shared area (this way we do not purposefully modif… in blLoader()
645 seenErase = true; in blLoader()