Searched refs:debugFile (Results 1 – 4 of 4) sorted by relevance
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_report.c | 44 static FILE *debugFile = NULL; variable 162 if (debugFile) in EAS_ReportEx() 164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 166 fflush(debugFile); in EAS_ReportEx() 197 if (debugFile) in EAS_Report() 199 vfprintf(debugFile, fmt, vargs); in EAS_Report() 201 fflush(debugFile); in EAS_Report() 227 if (debugFile) in EAS_ReportX() 229 vfprintf(debugFile, fmt, vargs); in EAS_ReportX() 231 fflush(debugFile); in EAS_ReportX() [all …]
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe-discovery.c | 491 if (conn->debugFile) { in sendPADI() 492 dumpPacket(conn->debugFile, &packet, "SENT"); in sendPADI() 493 fprintf(conn->debugFile, "\n"); in sendPADI() 494 fflush(conn->debugFile); in sendPADI() 559 if (conn->debugFile) { in waitForPADO() 560 dumpPacket(conn->debugFile, &packet, "RCVD"); in waitForPADO() 561 fprintf(conn->debugFile, "\n"); in waitForPADO() 562 fflush(conn->debugFile); in waitForPADO() 659 conn->debugFile = fopen(optarg, "w"); in main() 660 if (!conn->debugFile) { in main() [all …]
|
D | pppoe.h | 240 FILE *debugFile; /* Debug file for dumping packets */ member
|
/external/google-breakpad/docs/ |
D | sym_upload_v2_protocol.md | 79 --data '{symbol_id:{"debugFile":"file_name",'\
|