Searched refs:SetP2PClientCommand (Results 1 – 2 of 2) sorted by relevance
475 test_conf_->SetP2PClientCommand({ in TEST_F()483 test_conf_->SetP2PClientCommand({"echo", "not_a_valid_url"}); in TEST_F()489 test_conf_->SetP2PClientCommand({"false"}); in TEST_F()495 test_conf_->SetP2PClientCommand({"/path/to/non/existent/helper/program"}); in TEST_F()502 test_conf_->SetP2PClientCommand({"sh", "-c", "kill -SEGV $$"}); in TEST_F()508 test_conf_->SetP2PClientCommand({ in TEST_F()
92 void SetP2PClientCommand(const std::vector<std::string>& command_format) { in SetP2PClientCommand() function