Lines Matching full:timebuf
3759 char timeBuf[FILENAME_MAX];3762 memset(timeBuf, 0, sizeof(timeBuf));3767 strftime (timeBuf, sizeof(timeBuf),"/data/%Y%m%d%H%M%S", timeinfo);3768 String8 filePath(timeBuf);