Home
last modified time | relevance | path

Searched refs:yearStart (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/hiebpf/src/
Dhhlog.cpp99 constexpr int yearStart {1900}; in GetLogFileName() local
102 ss << std::to_string(tmPtr->tm_year + yearStart) << "."; in GetLogFileName()
121 constexpr int yearStart {1900}; in GetFormatTime() local
123 ss << std::to_string(tmPtr->tm_year + yearStart) << "-"; in GetFormatTime()
Dlibbpf_logger.cpp96 constexpr int yearStart {1900}; in GetLogFileName() local
98 ss << std::to_string(tmPtr->tm_year + yearStart) << "."; in GetLogFileName()
Dbpf_log_reader.cpp72 constexpr int yearStart {1900}; in GetLogFileName() local
75 ss << std::to_string(tmPtr->tm_year + yearStart) << "."; in GetLogFileName()