Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h52 kFd, in COMPONENT_EXPORT() enumerator
155 bool is_fd() const { return type_ == Type::kFd; } in COMPONENT_EXPORT()
158 if (type_ == Type::kFd) in COMPONENT_EXPORT()
163 if (type_ == Type::kFd) in COMPONENT_EXPORT()
Dplatform_handle.cc103 : type_(Type::kFd), fd_(std::move(fd)) { in PlatformHandle()
/external/perfetto/src/base/
Dsubprocess_windows.cc93 } else if (args.stderr_mode == kFd) { in Start()
107 } else if (args.stdout_mode == kFd) { in Start()
Dsubprocess_posix.cc113 case Subprocess::kFd: in ChildProcess()
131 case Subprocess::kFd: in ChildProcess()
Dsubprocess_unittest.cc270 p.args.stdout_mode = Subprocess::kFd; in TEST()
/external/perfetto/test/stress_test/
Dstress_test.cc181 traced.args.stderr_mode = traced.args.stdout_mode = base::Subprocess::kFd; in RunConfig()
198 base::Subprocess::kFd; in RunConfig()
216 base::Subprocess::kFd; in RunConfig()
/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h112 kFd, // dup() onto the passed args.fd. enumerator