Searched refs:ihArgs (Results 1 – 1 of 1) sorted by relevance
62 const char* ihArgs[]{INCIDENT_HELPER, "-s", String8::format("%d", id).string(), NULL}; in fork_execute_incident_helper() local63 return fork_execute_cmd(const_cast<char**>(ihArgs), p2cPipe, c2pPipe); in fork_execute_incident_helper()