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

/external/skia/tools/
H A Dwin_dbghelp.cpp116 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \
119 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
120 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
135 SYSTEMTIME stLocalTime; local
138 GetLocalTime( &stLocalTime );
144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
[all...]

Completed in 55 milliseconds