Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.cpp145 int StartProgram(const std::string program, const std::vector<std::string> args, int* rpipe) { in StartProgram() argument
158 *rpipe = link[0]; in StartProgram()
159 fcntl(*rpipe, F_SETFL, O_NONBLOCK); // Non-blocking in StartProgram()