HomeSort by relevance Sort by last modified time
    Searched defs:subprocess (Results 1 - 6 of 6) sorted by null

  /external/protobuf/gtest/test/
run_tests_util.py 43 import subprocess
45 subprocess = None variable
176 injected_subprocess=subprocess,
187 injected_subprocess: standard subprocess module or a mock/stub
194 self.subprocess = injected_subprocess
215 if self.subprocess:
216 return self.subprocess.Popen(args).wait()
252 # the script name into subprocess.Popen/os.spawn will not work.
  /system/update_engine/
sideload_main.cc 37 #include "update_engine/common/subprocess.h"
150 // Setup the subprocess handler.
153 Subprocess subprocess; local
154 subprocess.Init(&handler);
  /external/openssh/
auth2-pubkey.c 385 * Runs command in a subprocess. Returns pid on success and a FILE* to the
386 * subprocess' stdout or 0 on failure.
390 subprocess(const char *tag, struct passwd *pw, const char *command, function
685 if ((pid = subprocess("AuthorizedPrincipalsCommand", pw, command,
1003 if ((pid = subprocess("AuthorizedKeysCommand", pw, command,
  /system/core/adb/
shell_service.cpp 21 // of communication with the subprocess, passing raw data or using a simple
33 // Non-protocol subprocesses work by passing subprocess stdin/out/err through
41 // Subprocess | adbd subprocess thread | adbd main fdevent loop
59 // Subprocess | adbd subprocess thread | adbd main fdevent loop
137 class Subprocess {
139 Subprocess(const std::string& command, const char* terminal_type,
141 ~Subprocess();
149 // Sets up FDs, forks a subprocess, starts the subprocess manager thread
440 Subprocess* subprocess = reinterpret_cast<Subprocess*>(userdata); local
738 auto subprocess = std::make_unique<Subprocess>(name, terminal_type, type, protocol); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 71 #include <google/protobuf/compiler/subprocess.h>
1562 Subprocess subprocess; local
    [all...]
  /external/ppp/pppd/
main.c 218 struct subprocess { struct
224 struct subprocess *next;
227 static struct subprocess *children;
628 struct subprocess *chp;
    [all...]

Completed in 227 milliseconds