Searched refs:SetP2PClientCommand (Results 1 – 2 of 2) sorted by relevance
482 test_conf_->SetP2PClientCommand( in TEST_F()492 test_conf_->SetP2PClientCommand({"echo", "not_a_valid_url"}); in TEST_F()498 test_conf_->SetP2PClientCommand({"false"}); in TEST_F()504 test_conf_->SetP2PClientCommand({"/path/to/non/existent/helper/program"}); in TEST_F()510 test_conf_->SetP2PClientCommand({"sh", "-c", "kill -SEGV $$"}); in TEST_F()516 test_conf_->SetP2PClientCommand( in TEST_F()
78 void SetP2PClientCommand(const std::vector<std::string>& command_format) { in SetP2PClientCommand() function