Searched defs:subprocess (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/daemon/ |
D | shell_service.cpp | 476 bool Subprocess::StartThread(std::unique_ptr<Subprocess> subprocess, std::string* error) { in StartThread() 518 Subprocess* subprocess = reinterpret_cast<Subprocess*>(userdata); in ThreadHandler() local 825 auto subprocess = std::make_unique<Subprocess>(std::move(name), terminal_type, type, protocol, in StartSubprocess() local 860 auto subprocess = std::make_unique<Subprocess>(std::move(name), terminal_type, type, protocol, in StartCommandInProcess() local
|
/system/update_engine/ |
D | sideload_main.cc | 145 Subprocess subprocess; in ApplyUpdatePayload() local
|
/system/update_engine/common/ |
D | subprocess_unittest.cc | 100 void ExpectedDataOnPipe(const Subprocess* subprocess, in ExpectedDataOnPipe()
|