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 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd,
/bootable/recovery/tests/unit/
Dinstall_test.cpp204 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/
Dinstall.cpp237 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()