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

  /bootable/recovery/private/
install.h 29 int update_binary_command(const std::string& package, ZipArchiveHandle zip,
  /bootable/recovery/tests/component/
install_test.cpp 241 ASSERT_EQ(0, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd));
249 ASSERT_EQ(INSTALL_ERROR, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd));
276 ASSERT_EQ(0, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd));
288 ASSERT_EQ(0, update_binary_command(package, zip, binary_path, 2, status_fd, &cmd));
333 ASSERT_EQ(INSTALL_CORRUPT, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd));
353 ASSERT_EQ(INSTALL_CORRUPT, update_binary_command(package, zip, binary_path, 0, status_fd, &cmd));
  /bootable/recovery/
install.cpp 216 int update_binary_command(const std::string& package, ZipArchiveHandle zip, function
263 int update_binary_command(const std::string& package, ZipArchiveHandle zip, function
325 int ret = update_binary_command(package, zip, "/sbin/update_engine_sideload", retry_count,
328 int ret = update_binary_command(package, zip, "/tmp/update-binary", retry_count, pipefd[1],

Completed in 85 milliseconds