Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_socket_client.cpp50 const int timeLength = 64; in GetRealTime() local
51 char stampStr[timeLength] = {0}; in GetRealTime()
53 if (localtime_r(&now, &tm) == nullptr || strftime(stampStr, timeLength, "%Y/%m/%d %H:%M:%S", &tm) == 0) { in GetRealTime()

Completed in 1 milliseconds