Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp57 static const char* GZIP[] = {"/system/bin/gzip", NULL}; variable
207 pid_t pid = fork_execute_cmd((char* const*)GZIP, mZipPipe.readFd().release(), mFd, &status); in initGzipIfNecessary()
DWorkDirectory.cpp72 static const char* GZIP[] = {"/system/bin/gzip", NULL}; variable
437 zipPid = fork_execute_cmd((char* const*)GZIP, zipPipe.readFd().release(), writeFd, &status); in startFilteringData()
DSection.cpp60 const char* GZIP[] = {"/system/bin/gzip", NULL}; variable
184 pid_t pid = fork_execute_cmd((char* const*)GZIP, &p2cPipe, &c2pPipe); in Execute()