Home
last modified time | relevance | path

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

/bootable/recovery/install/include/private/
Dsetup_commands.h30 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count,
/bootable/recovery/tests/unit/
Dinstall_test.cpp114 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/
Dinstall.cpp282 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()