Searched defs:currTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libnblog/
H A DReportPerformance.cpp63 char currTime[16]; //YYYYMMDDHHMMSS + '\0' + one unused local
68 strftime(currTime, sizeof(currTime), "%Y%m%d%H%M%S", &tm);
72 common << author << "_" << hash << "_" << currTime << ".csv"; local

Completed in 66 milliseconds