Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dhardware_chromeos.cc327 if (!Subprocess::SynchronousExec(vpd_set_cmd, &exit_code, &output, &error) || in SetFirstActiveOmahaPingSent()
338 if (!Subprocess::SynchronousExec(vpd_dump_cmd, &exit_code, &output, &error) || in SetFirstActiveOmahaPingSent()
H A Dp2p_manager.cc251 if (!Subprocess::SynchronousExec(args, &return_code, nullptr, &stderr)) { in EnsureP2P()
H A Dupdate_attempter.cc1025 Subprocess::SynchronousExec(command, &rc, nullptr, nullptr); in RebootDirectly()
/aosp12/system/update_engine/common/
H A Dsubprocess_unittest.cc217 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout, &stderr)); in TEST_F()
225 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
H A Dsubprocess.h97 static bool SynchronousExec(const std::vector<std::string>& cmd,
H A Dsubprocess.cc231 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
H A Dutils.cc927 if (!chromeos_update_engine::Subprocess::SynchronousExec( in GetVpdValue()
/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc81 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetFileMapContent()
109 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetUpdateEngineConfig()