Home
last modified time | relevance | path

Searched refs:SynchronousExec (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/common/
Dsubprocess.h91 static bool SynchronousExec(const std::vector<std::string>& cmd,
Dsubprocess_unittest.cc206 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout)); in TEST_F()
213 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
Dsubprocess.cc233 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
Dutils.cc590 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr)); in TryAttachingUbiVolume()
598 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr)); in TryAttachingUbiVolume()
/system/update_engine/
Dhardware_chromeos.cc173 bool success = Subprocess::SynchronousExec(cmd, &exit_code, &input_line); in GetECVersion()
Dp2p_manager.cc261 if (!Subprocess::SynchronousExec(args, &return_code, &output)) { in EnsureP2P()
Dupdate_attempter.cc841 Subprocess::SynchronousExec(command, &rc, nullptr); in UpdateAttempter()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc718 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &rc, &stdout)); in DiffFiles()