Searched refs:CreateLogTee (Results 1 – 9 of 9) sorted by relevance
29 Result<Command> CreateLogTee(Command& cmd, const std::string& process_name);
45 commands.emplace_back(CF_EXPECT(log_tee.CreateLogTee(pica, "pica"))); in Pica()
23 Result<Command> LogTeeCreator::CreateLogTee(Command& cmd, in CreateLogTee() function in cuttlefish::LogTeeCreator
57 commands.emplace_back(CF_EXPECT(log_tee.CreateLogTee(command, "casimir"))); in Casimir()
74 CF_EXPECT(log_tee_.CreateLogTee(command, "vhost_device_vsock")))); in Commands()
77 commands.emplace_back(CF_EXPECT(log_tee_.CreateLogTee(command, "mcu"))); in Commands()
90 CF_EXPECT(log_tee_.CreateLogTee(rootcanal, "rootcanal"))); in Commands()
93 commands.emplace_back(CF_EXPECT(log_tee_.CreateLogTee(cmd, "wmediumd"))); in Commands()
151 CF_EXPECT(log_tee_.CreateLogTee(ap_cmd.Cmd(), "openwrt"))); in Commands()