Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dutil.cc281 void DiagnosticFilename::LocalTime(TIME_TYPE* tm_struct) { in LocalTime() argument
283 GetLocalTime(tm_struct); in LocalTime()
287 localtime_r(&time_val.tv_sec, tm_struct); in LocalTime()
297 TIME_TYPE tm_struct; in MakeFilename() local
298 LocalTime(&tm_struct); in MakeFilename()
301 oss << "." << std::setfill('0') << std::setw(4) << tm_struct.wYear; in MakeFilename()
302 oss << std::setfill('0') << std::setw(2) << tm_struct.wMonth; in MakeFilename()
303 oss << std::setfill('0') << std::setw(2) << tm_struct.wDay; in MakeFilename()
304 oss << "." << std::setfill('0') << std::setw(2) << tm_struct.wHour; in MakeFilename()
305 oss << std::setfill('0') << std::setw(2) << tm_struct in MakeFilename()
[all...]
H A Dnode_report.cc97 TIME_TYPE tm_struct; in WriteNodeReport() local
98 DiagnosticFilename::LocalTime(&tm_struct); in WriteNodeReport()
125 tm_struct.wYear, in WriteNodeReport()
126 tm_struct.wMonth, in WriteNodeReport()
127 tm_struct.wDay, in WriteNodeReport()
128 tm_struct.wHour, in WriteNodeReport()
129 tm_struct.wMinute, in WriteNodeReport()
130 tm_struct.wSecond); in WriteNodeReport()
136 tm_struct.tm_year + 1900, in WriteNodeReport()
137 tm_struct in WriteNodeReport()
[all...]
H A Dnode_internals.h366 static void LocalTime(TIME_TYPE* tm_struct);
/third_party/astc-encoder/Source/
H A Dtinyexr.h4881 struct tm tm_struct; in mz_zip_time_to_dos_time() local
4882 struct tm *tm = &tm_struct; in mz_zip_time_to_dos_time()

Completed in 22 milliseconds