Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp136 status_t ihStatus = wait_child(pid); in Execute() local
137 if (ihStatus != NO_ERROR) { in Execute()
138 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute()
393 status_t ihStatus = wait_child(ihPid); in Execute() local
394 if (cmdStatus != NO_ERROR || ihStatus != NO_ERROR) { in Execute()
396 this->name.string(), strerror(-cmdStatus), strerror(-ihStatus)); in Execute()