Home
last modified time | relevance | path

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

/system/update_engine/common/
Dsubprocess_unittest.cc204 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout)); in TEST_F()
211 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
Dsubprocess.h91 static bool SynchronousExec(const std::vector<std::string>& cmd,
Dsubprocess.cc231 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
Dutils.cc584 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr)); in TryAttachingUbiVolume()
592 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr)); in TryAttachingUbiVolume()
/system/update_engine/
Dhardware_chromeos.cc121 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.cc864 Subprocess::SynchronousExec(command, &rc, nullptr); in RebootDirectly()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc707 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &rc, &stdout)); in DiffFiles()