HomeSort by relevance Sort by last modified time
    Searched refs:stLocalTime (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
win_dbghelp.cpp 117 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \
120 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
121 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
136 SYSTEMTIME stLocalTime;
139 GetLocalTime( &stLocalTime );
145 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
    [all...]
  /external/skqp/tools/
win_dbghelp.cpp 117 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \
120 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
121 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
136 SYSTEMTIME stLocalTime;
139 GetLocalTime( &stLocalTime );
145 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
    [all...]

Completed in 132 milliseconds