HomeSort by relevance Sort by last modified time
    Searched refs:SynchronousExec (Results 1 - 8 of 8) sorted by null

  /system/update_engine/common/
subprocess.h 91 static bool SynchronousExec(const std::vector<std::string>& cmd,
subprocess_unittest.cc 204 ASSERT_TRUE(Subprocess::SynchronousExec(cmd, &rc, &stdout));
211 ASSERT_TRUE(Subprocess::SynchronousExec(
subprocess.cc 231 bool Subprocess::SynchronousExec(const vector<string>& cmd,
234 // The default for SynchronousExec is to use kSearchPath since the code relies
utils.cc 584 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr));
592 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &exit_code, nullptr));
    [all...]
  /system/update_engine/
hardware_chromeos.cc 121 bool success = Subprocess::SynchronousExec(cmd, &exit_code, &input_line);
p2p_manager.cc 261 if (!Subprocess::SynchronousExec(args, &return_code, &output)) {
update_attempter.cc     [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc 707 TEST_AND_RETURN_FALSE(Subprocess::SynchronousExec(cmd, &rc, &stdout));

Completed in 98 milliseconds