Home
last modified time | relevance | path

Searched refs:RunProgram (Results 1 – 6 of 6) sorted by relevance

/aosp12/bootable/recovery/edify/include/edify/
H A Dupdater_runtime_interface.h65 virtual int RunProgram(const std::vector<std::string>& args, bool is_vfork) const = 0;
/aosp12/bootable/recovery/updater/include/updater/
H A Dupdater_runtime.h53 int RunProgram(const std::vector<std::string>& args, bool is_vfork) const override;
H A Dsimulator_runtime.h50 int RunProgram(const std::vector<std::string>& args, bool is_vfork) const override;
/aosp12/bootable/recovery/updater/
H A Dinstall.cpp438 if (auto status = updater_runtime->RunProgram(mke2fs_args, true); status != 0) { in FormatFn()
443 if (auto status = updater_runtime->RunProgram( in FormatFn()
463 if (auto status = updater_runtime->RunProgram(f2fs_args, true); status != 0) { in FormatFn()
468 if (auto status = updater_runtime->RunProgram( in FormatFn()
649 auto status = updater_runtime->RunProgram(args, false); in RunProgramFn()
H A Dsimulator_runtime.cpp74 int SimulatorRuntime::RunProgram(const std::vector<std::string>& args, bool /* is_vfork */) const { in RunProgram() function in SimulatorRuntime
H A Dupdater_runtime.cpp156 int UpdaterRuntime::RunProgram(const std::vector<std::string>& args, bool is_vfork) const { in RunProgram() function in UpdaterRuntime