Home
last modified time | relevance | path

Searched defs:Subprocess (Results 1 – 6 of 6) sorted by relevance

/third_party/ninja/src/
Dsubprocess.h42 struct Subprocess { struct
76 friend struct SubprocessSet; argument
86 Subprocess* Add(const std::string& command, bool use_console = false); argument
Dsubprocess-win32.cc26 Subprocess::Subprocess(bool use_console) : child_(NULL) , overlapped_(), in Subprocess() function in Subprocess
Dsubprocess-posix.cc39 Subprocess::Subprocess(bool use_console) : fd_(-1), pid_(-1), in Subprocess() function in Subprocess
/third_party/googletest/googlemock/test/
Dgmock_test_utils.py84 Subprocess = gtest_test_utils.Subprocess variable
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc74 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess
289 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess
/third_party/googletest/googletest/test/
Dgtest_test_utils.py196 class Subprocess: class