Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc186 memset(&prps, 0, sizeof(prps)); in CrashedProcess()
187 prps.pr_sname = 'R'; in CrashedProcess()
227 prpsinfo prps; member
671 static const size_t fname_len = sizeof(crashinfo->prps.pr_fname) - 1; in ParseCmdLine()
672 static const size_t args_len = sizeof(crashinfo->prps.pr_psargs) - 1; in ParseCmdLine()
673 memset(crashinfo->prps.pr_fname, 0, fname_len + 1); in ParseCmdLine()
674 memset(crashinfo->prps.pr_psargs, 0, args_len + 1); in ParseCmdLine()
676 memcpy(crashinfo->prps.pr_fname, binary_name, in ParseCmdLine()
680 memcpy(crashinfo->prps.pr_psargs, cmdline, len); in ParseCmdLine()
682 if (crashinfo->prps.pr_psargs[j] == 0) in ParseCmdLine()
[all …]