Searched refs:create_args (Results 1 – 6 of 6) sorted by relevance
56 Subprocess::Args* create_args; member101 switch (args->create_args->stdout_mode) { in ChildProcess()114 if (dup2(*args->create_args->out_fd, STDOUT_FILENO) == -1) in ChildProcess()119 switch (args->create_args->stderr_mode) { in ChildProcess()132 if (dup2(*args->create_args->out_fd, STDERR_FILENO) == -1) in ChildProcess()144 const auto& preserve_fds = args->create_args->preserve_fds; in ChildProcess()160 if (args->create_args->posix_entrypoint_for_testing) in ChildProcess()161 args->create_args->posix_entrypoint_for_testing(); in ChildProcess()191 proc_args.create_args = &args; in Start()238 proc_args.create_args->out_fd.reset(); in Start()
2856 def create_args(self, *, with_env=False, use_bytes=False): member in SpawnTests2886 args = self.create_args()2892 args = self.create_args(with_env=True)2898 args = self.create_args()2904 args = self.create_args(with_env=True)2910 args = self.create_args()2920 args = self.create_args(with_env=True)2926 args = self.create_args()2932 args = self.create_args(with_env=True)2938 args = self.create_args()[all …]
1217 grpc::string create_args; // extra arguments to creator in PrintSourceClientMethod() member1265 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()1297 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()1329 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
1366 grpc::string create_args; // extra arguments to creator in PrintSourceClientMethod() member1426 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()1460 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()1494 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
1880 std::string create_args; // extra arguments to creator in PrintSourceClientMethod() member1976 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()2022 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()2068 (*vars)["AsyncCreateArgs"] = async_prefix.create_args; in PrintSourceClientMethod()
10909 const struct vrend_renderer_resource_create_args create_args = { in vrend_renderer_pipe_resource_set_type() local10933 gr = vrend_resource_create(&create_args); in vrend_renderer_pipe_resource_set_type()