Home
last modified time | relevance | path

Searched refs:cmd_pipe (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater/
Dupdate_simulator_main.cpp138 TemporaryFile cmd_pipe; in main() local
156 if (!updater.Init(cmd_pipe.release(), package_name, false)) { in main()
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp80 TemporaryFile cmd_pipe; in RunSimulation() local
99 ASSERT_TRUE(updater.Init(cmd_pipe.release(), ota_package, false)); in RunSimulation()
/bootable/recovery/tests/unit/
Dupdater_test.cpp223 FILE* cmd_pipe = fdopen(fd, "w"); in SetUpdaterCmdPipe() local
224 ASSERT_NE(nullptr, cmd_pipe); in SetUpdaterCmdPipe()
225 updater_.cmd_pipe_.reset(cmd_pipe); in SetUpdaterCmdPipe()