Searched refs:SetUpNonAbUpdateCommands (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/install/include/private/ |
D | setup_commands.h | 30 int SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count,
|
/bootable/recovery/tests/component/ |
D | install_test.cpp | 194 TEST(InstallTest, SetUpNonAbUpdateCommands) { in TEST() argument 207 ASSERT_EQ(0, SetUpNonAbUpdateCommands(package, zip, 0, status_fd, &cmd)); in TEST() 219 ASSERT_EQ(0, SetUpNonAbUpdateCommands(package, zip, 2, status_fd, &cmd)); in TEST() 246 ASSERT_EQ(INSTALL_CORRUPT, SetUpNonAbUpdateCommands(package, zip, 0, status_fd, &cmd)); in TEST()
|
/bootable/recovery/install/ |
D | install.cpp | 272 int SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands() function 391 : SetUpNonAbUpdateCommands(package, zip, retry_count, pipe_write.get(), &args); in try_update_binary()
|