Searched refs:callerProcess (Results 1 – 3 of 3) sorted by relevance
188 char callerProcess[128]; // 128 : max function name size member
229 copyLen = std::min(sizeof(stat->callerProcess) - 1, cmdline.size()); in ReportDumpCatcherStats()230 if (memcpy_s(stat->callerProcess, sizeof(stat->callerProcess) - 1, in ReportDumpCatcherStats()
969 stats_[index].callerProcessName = request->callerProcess; in HandleDumpStats()980 stats.callerProcessName = request->callerProcess; in HandleDumpStats()