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