Home
last modified time | relevance | path

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

/system/update_engine/
Dhardware_chromeos.cc179 bool success = Subprocess::SynchronousExec(cmd, &exit_code, &input_line); in GetECVersion()
297 if (!Subprocess::SynchronousExec(cmd, &exit_code, &active_ping_str) || in GetFirstActiveOmahaPingSent()
319 if (!Subprocess::SynchronousExec(vpd_set_cmd, &exit_code, &output) || in SetFirstActiveOmahaPingSent()
327 if (!Subprocess::SynchronousExec(vpd_dump_cmd, &exit_code, &output) || in SetFirstActiveOmahaPingSent()
Dp2p_manager.cc257 if (!Subprocess::SynchronousExec(args, &return_code, &output)) { in EnsureP2P()
Dupdate_attempter.cc911 Subprocess::SynchronousExec(command, &rc, nullptr); in RebootDirectly()
/system/update_engine/common/
Dsubprocess.h91 static bool SynchronousExec(const std::vector<std::string>& cmd,
Dsubprocess_unittest.cc205 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout)); in TEST_F()
212 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
Dsubprocess.cc235 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
Dutils.cc581 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr)); in TryAttachingUbiVolume()
585 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr)); in TryAttachingUbiVolume()
/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc81 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout) || in GetFileMapContent()