Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp604 char timeBuff[TIME_LENGTH]; in drawClock() local
606 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()
614 char* out = timeBuff[0] == ' ' ? &timeBuff[1] : &timeBuff[0]; in drawClock()