Searched refs:szLog2 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/common/ |
D | logger.cpp | 147 char szLog1[80],szLog2[80],szLog3[80],szLog4[80],szLog5[80],szLog6[80],szLog7[80], in logSPY_NP_GetEntryPoints() local 152 sprintf(szLog2, " Plugin entry point table\r\n"); in logSPY_NP_GetEntryPoints() 239 printf("%s", szLog1); printf("%s", szLog2); printf("%s", szLog3); printf("%s", szLog4); in logSPY_NP_GetEntryPoints() 248 filer.write(szLog1); filer.write(szLog2); filer.write(szLog3); filer.write(szLog4); in logSPY_NP_GetEntryPoints() 257 dumpStringToMainWindow(szLog1); dumpStringToMainWindow(szLog2); in logSPY_NP_GetEntryPoints()
|