Searched refs:SynchronousExec (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
D | hardware_chromeos.cc | 179 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()
|
D | p2p_manager.cc | 257 if (!Subprocess::SynchronousExec(args, &return_code, &output)) { in EnsureP2P()
|
D | update_attempter.cc | 911 Subprocess::SynchronousExec(command, &rc, nullptr); in RebootDirectly()
|
/system/update_engine/common/ |
D | subprocess.h | 91 static bool SynchronousExec(const std::vector<std::string>& cmd,
|
D | subprocess_unittest.cc | 205 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout)); in TEST_F() 212 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
|
D | subprocess.cc | 235 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
|
D | utils.cc | 581 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/ |
D | squashfs_filesystem.cc | 81 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout) || in GetFileMapContent()
|