Searched refs:szPath (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/ |
D | win_dbghelp.cpp | 116 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \ argument 118 szPath, szAppName, szVersion, \ 128 char szPath[MAX_PATH]; in GenerateDumpAndPrintCallstack() local 139 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack() 141 sprintf( szFileName, "%s%s", szPath, szAppName ); in GenerateDumpAndPrintCallstack() 144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime); in GenerateDumpAndPrintCallstack() 145 BUILD_UNIQUE_FILENAME(szFileNameOutput, ".out", szPath, szAppName, szVersion, stLocalTime); in GenerateDumpAndPrintCallstack()
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | plugload.cpp | 92 char szPath[_MAX_PATH]; in LoadRealPlugin() local 97 GetPluginsDir(szPath, _MAX_PATH); in LoadRealPlugin() 101 sprintf(msg, "LoadRealPlugin Path: %s\r\n", szPath); in LoadRealPlugin() 105 strcpy(szFileName, szPath); in LoadRealPlugin()
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | dirpick.cpp | 139 char szPath[_MAX_PATH]; in fillTempLBWithDirs() local 141 lstrcpy(szPath, lpszDir); in fillTempLBWithDirs() 142 if(szPath[lstrlen(szPath) - 1] == '\\') in fillTempLBWithDirs() 143 szPath[lstrlen(szPath) - 1] = '\0'; in fillTempLBWithDirs() 144 lstrcpy(szFileName, szPath); in fillTempLBWithDirs() 154 lstrcpy(szFileName, szPath); in fillTempLBWithDirs()
|