Home
last modified time | relevance | path

Searched defs:image_diff_pid (Results 1 – 2 of 2) sorted by relevance

/art/imgdiag/
Dimgdiag_test.cc86 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec()
119 bool ExecDefaultBootImage(pid_t image_diff_pid, std::string* error_msg) { in ExecDefaultBootImage()
Dimgdiag.cc54 pid_t image_diff_pid, in ImgDiagDumper()
100 bool DumpImageDiff(pid_t image_diff_pid, pid_t zygote_diff_pid) in DumpImageDiff()
283 bool DumpImageDiffMap(pid_t image_diff_pid, in DumpImageDiffMap()
1018 pid_t image_diff_pid, in DumpImage()
1057 const char* image_diff_pid = option.substr(strlen("--image-diff-pid=")).data(); in ParseCustom() local