Home
last modified time | relevance | path

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

/bootable/recovery/install/include/private/
Dsetup_commands.h38 int SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd,
/bootable/recovery/tests/component/
Dinstall_test.cpp285 ASSERT_EQ(0, SetUpAbUpdateCommands(package, zip, status_fd, &cmd)); in VerifyAbUpdateCommands()
298 TEST(InstallTest, SetUpAbUpdateCommands) { in TEST() argument
328 ASSERT_EQ(INSTALL_CORRUPT, SetUpAbUpdateCommands(package, zip, status_fd, &cmd)); in TEST()
/bootable/recovery/install/
Dinstall.cpp232 int SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd, in SetUpAbUpdateCommands() function
390 is_ab ? SetUpAbUpdateCommands(package, zip, pipe_write.get(), &args) in try_update_binary()