Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp59 const char INCIDENT_HELPER[] = "/system/bin/incident_helper"; variable
63 const char* ihArgs[]{INCIDENT_HELPER, "-s", String8::format("%d", id).string(), NULL}; in fork_execute_incident_helper()