Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1106 pid_t zygote_diff_pid, in ImgDiagDumper() argument
1112 zygote_diff_pid_(zygote_diff_pid), in ImgDiagDumper()
1635 pid_t zygote_diff_pid, in DumpImage() argument
1652 zygote_diff_pid, in DumpImage()
1685 const char* zygote_diff_pid = option.substr(strlen("--zygote-diff-pid=")).data(); in ParseCustom() local
1687 if (!ParseInt(zygote_diff_pid, &zygote_diff_pid_)) { in ParseCustom()