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

  /external/chromium_org/third_party/skia/tools/
win_dbghelp.cpp 116 #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;
138 GetLocalTime( &stLocalTime );
144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
    [all...]
  /external/skia/tools/
win_dbghelp.cpp 116 #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;
138 GetLocalTime( &stLocalTime );
144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
    [all...]

Completed in 217 milliseconds