Home
last modified time | relevance | path

Searched refs:UnstagePackages (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd.h87 android::base::Result<void> UnstagePackages(
Dapexd_test.cpp4834 TEST_F(ApexdUnitTest, UnstagePackages) { in TEST_F() argument
4838 ASSERT_THAT(UnstagePackages({file_path1}), Ok()); in TEST_F()
4848 ASSERT_THAT(UnstagePackages({}), in TEST_F()
4858 ASSERT_THAT(UnstagePackages({file_path1, bad_path}), Not(Ok())); in TEST_F()
4869 ASSERT_THAT(UnstagePackages({file_path1, file_path2}), in TEST_F()
Dapexservice.cpp175 Result<void> res = ::android::apex::UnstagePackages(paths); in unstagePackages()
Dapexd.cpp2363 Result<void> UnstagePackages(const std::vector<std::string>& paths) { in UnstagePackages() function