Searched refs:SynchronousExec (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/update_engine/cros/ |
H A D | hardware_chromeos.cc | 327 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 D | p2p_manager.cc | 251 if (!Subprocess::SynchronousExec(args, &return_code, nullptr, &stderr)) { in EnsureP2P()
|
H A D | update_attempter.cc | 1025 Subprocess::SynchronousExec(command, &rc, nullptr, nullptr); in RebootDirectly()
|
/aosp12/system/update_engine/common/ |
H A D | subprocess_unittest.cc | 217 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout, &stderr)); in TEST_F() 225 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
|
H A D | subprocess.h | 97 static bool SynchronousExec(const std::vector<std::string>& cmd,
|
H A D | subprocess.cc | 231 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
|
H A D | utils.cc | 927 if (!chromeos_update_engine::Subprocess::SynchronousExec( in GetVpdValue()
|
/aosp12/system/update_engine/payload_generator/ |
H A D | squashfs_filesystem.cc | 81 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetFileMapContent() 109 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetUpdateEngineConfig()
|