Home
last modified time | relevance | path

Searched refs:SetP2PClientCommand (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dp2p_manager_unittest.cc475 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()
Dfake_p2p_manager_configuration.h92 void SetP2PClientCommand(const std::vector<std::string>& command_format) { in SetP2PClientCommand() function