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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp613 char timeBuff[TIME_LENGTH]; local
615 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo);
623 char* out = timeBuff[0] == ' ' ? &timeBuff[1] : &timeBuff[0];

Completed in 32 milliseconds