Searched refs:SetUpNonAbUpdateCommands (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/install/include/private/ |
D | setup_commands.h | 30 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count,
|
/bootable/recovery/tests/unit/ |
D | install_test.cpp | 114 TEST(InstallTest, SetUpNonAbUpdateCommands) { in TEST() argument 127 ASSERT_TRUE(SetUpNonAbUpdateCommands(package, zip, 0, status_fd, &cmd)); in TEST() 139 ASSERT_TRUE(SetUpNonAbUpdateCommands(package, zip, 2, status_fd, &cmd)); in TEST() 166 ASSERT_FALSE(SetUpNonAbUpdateCommands(package, zip, 0, status_fd, &cmd)); in TEST()
|
/bootable/recovery/install/ |
D | install.cpp | 282 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands() function 422 : SetUpNonAbUpdateCommands(package_path, zip, retry_count, pipe_write.get(), &args); in TryUpdateBinary()
|