Searched refs:SetUpAbUpdateCommands (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/install/include/private/ |
D | setup_commands.h | 38 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd,
|
/bootable/recovery/tests/unit/ |
D | install_test.cpp | 204 ASSERT_TRUE(SetUpAbUpdateCommands(package, zip, status_fd, &cmd)); in VerifyAbUpdateCommands() 217 TEST(InstallTest, SetUpAbUpdateCommands) { in TEST() argument 247 ASSERT_FALSE(SetUpAbUpdateCommands(package, zip, status_fd, &cmd)); in TEST()
|
/bootable/recovery/install/ |
D | install.cpp | 237 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd, in SetUpAbUpdateCommands() function 408 ? SetUpAbUpdateCommands(package_path, zip, pipe_write.get(), &args) in TryUpdateBinary()
|