Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/utils/
H A Dutils.cpp27 time_t timep = time(nullptr); in GetCurrentTime() local
28 if (timep == -1) { in GetCurrentTime()
29 LOGE("get timep failed"); in GetCurrentTime()
33 tm* currentDate = localtime(&timep); in GetCurrentTime()
46 tm* currentTime = localtime(&timep); in GetCurrentTime()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp346 time_t timep = std::time(nullptr); in GetProfileName() local
348 localtime_r(&timep, &nowTime1); in GetProfileName()

Completed in 4 milliseconds