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.cc285 memset(&prps, 0, sizeof(prps)); in CrashedProcess()
286 prps.pr_sname = 'R'; in CrashedProcess()
334 prpsinfo prps; member
844 static const size_t fname_len = sizeof(crashinfo->prps.pr_fname) - 1; in ParseCmdLine()
845 static const size_t args_len = sizeof(crashinfo->prps.pr_psargs) - 1; in ParseCmdLine()
846 memset(crashinfo->prps.pr_fname, 0, fname_len + 1); in ParseCmdLine()
847 memset(crashinfo->prps.pr_psargs, 0, args_len + 1); in ParseCmdLine()
849 memcpy(crashinfo->prps.pr_fname, binary_name, in ParseCmdLine()
853 memcpy(crashinfo->prps.pr_psargs, cmdline, len); in ParseCmdLine()
855 if (crashinfo->prps.pr_psargs[j] == 0) in ParseCmdLine()
[all …]