Home
last modified time | relevance | path

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

/system/update_engine/
Dhardware_chromeos.cc92 if (!chromeos_update_engine::Subprocess::SynchronousExec( in GetVpdValue()
207 if (!Subprocess::SynchronousExec(cmd, &exit_code, &input_line, &error) || in GetECVersion()
362 if (!Subprocess::SynchronousExec(vpd_set_cmd, &exit_code, &output, &error) || in SetFirstActiveOmahaPingSent()
373 if (!Subprocess::SynchronousExec(vpd_dump_cmd, &exit_code, &output, &error) || in SetFirstActiveOmahaPingSent()
Dp2p_manager.cc256 if (!Subprocess::SynchronousExec(args, &return_code, nullptr, &stderr)) { in EnsureP2P()
Dupdate_attempter.cc1070 Subprocess::SynchronousExec(command, &rc, nullptr, nullptr); in RebootDirectly()
/system/update_engine/common/
Dsubprocess.h92 static bool SynchronousExec(const std::vector<std::string>& cmd,
Dsubprocess_unittest.cc208 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout, &stderr)); in TEST_F()
216 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
Dsubprocess.cc232 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc86 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetFileMapContent()
114 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetUpdateEngineConfig()