Home
last modified time | relevance | path

Searched +defs:command +defs:fds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/bit/
Dcommand.cpp101 get_command_output(const Command& command, int* err, bool quiet) in get_command_output()
107 int fds[2]; in get_command_output() local
160 run_command(const Command& command) in run_command()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp452 int fds[2]; in getIncidentReport() local
551 status_t IncidentService::command(FILE* in, FILE* out, FILE* err, Vector<String8>& args) { in command() function in android::os::incidentd::IncidentService