Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp59 const char* GZIP[] = {"/system/bin/gzip", NULL}; variable
183 pid_t pid = fork_execute_cmd((char* const*)GZIP, &p2cPipe, &c2pPipe); in Execute()