Home
last modified time | relevance | path

Searched refs:szVersion (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/
Dwin_dbghelp.cpp117 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \ argument
119 szPath, szAppName, szVersion, \
133 const char* szVersion = getAppVersion(); in GenerateDumpAndPrintCallstack() local
145 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime); in GenerateDumpAndPrintCallstack()
146 BUILD_UNIQUE_FILENAME(szFileNameOutput, ".out", szPath, szAppName, szVersion, stLocalTime); in GenerateDumpAndPrintCallstack()
/third_party/lame/libmp3lame/
DVbrTag.c617 const char *szVersion = get_lame_tag_encoder_short_version(); in PutLameVBR() local
779 strncpy((char *) &pbtStreamBuffer[nBytesWritten], szVersion, 9); in PutLameVBR()