Searched refs:SynchronousExec (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/ |
D | hardware_chromeos.cc | 92 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()
|
D | p2p_manager.cc | 256 if (!Subprocess::SynchronousExec(args, &return_code, nullptr, &stderr)) { in EnsureP2P()
|
D | update_attempter.cc | 1070 Subprocess::SynchronousExec(command, &rc, nullptr, nullptr); in RebootDirectly()
|
/system/update_engine/common/ |
D | subprocess.h | 92 static bool SynchronousExec(const std::vector<std::string>& cmd,
|
D | subprocess_unittest.cc | 208 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout, &stderr)); in TEST_F() 216 ASSERT_TRUE(Subprocess::SynchronousExec( in TEST_F()
|
D | subprocess.cc | 232 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() function in chromeos_update_engine::Subprocess
|
/system/update_engine/payload_generator/ |
D | squashfs_filesystem.cc | 86 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetFileMapContent() 114 if (!Subprocess::SynchronousExec(cmd, &exit_code, &stdout, &stderr) || in GetUpdateEngineConfig()
|