Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp62 const char* ihArgs[]{INCIDENT_HELPER, "-s", String8::format("%d", id).string(), NULL}; in fork_execute_incident_helper() local
63 return fork_execute_cmd(const_cast<char**>(ihArgs), p2cPipe, c2pPipe); in fork_execute_incident_helper()