Home
last modified time | relevance | path

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

/bootable/recovery/private/
Dinstall.h29 int update_binary_command(const std::string& package, ZipArchiveHandle zip,
/bootable/recovery/tests/component/
Dinstall_test.cpp241 ASSERT_EQ(0, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd)); in VerifyAbUpdateBinaryCommand()
249 ASSERT_EQ(INSTALL_ERROR, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd)); in VerifyAbUpdateBinaryCommand()
276 ASSERT_EQ(0, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd)); in TEST()
288 ASSERT_EQ(0, update_binary_command(package, zip, binary_path, 2, status_fd, &cmd)); in TEST()
333 ASSERT_EQ(INSTALL_CORRUPT, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd)); in TEST()
353 ASSERT_EQ(INSTALL_CORRUPT, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd)); in TEST()
/bootable/recovery/
Dinstall.cpp216 int update_binary_command(const std::string& package, ZipArchiveHandle zip, in update_binary_command() function
263 int update_binary_command(const std::string& package, ZipArchiveHandle zip, in update_binary_command() function
325 int ret = update_binary_command(package, zip, "/sbin/update_engine_sideload", retry_count, in try_update_binary()
328 int ret = update_binary_command(package, zip, "/tmp/update-binary", retry_count, pipefd[1], in try_update_binary()