Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_main.cpp52 return android::apex::UnmountAll(also_include_staged_apexes); in HandleSubcommand()
Dapexd.h186 int UnmountAll(bool also_include_staged_apexes);
Dapexd_test.cpp3992 TEST_F(ApexdMountTest, UnmountAll) { in TEST_F() argument
4027 ASSERT_EQ(0, UnmountAll(/*also_include_staged_apexes=*/false)); in TEST_F()
4067 ASSERT_EQ(0, UnmountAll(/*also_include_staged_apexes=*/false)); in TEST_F()
4102 ASSERT_NE(0, UnmountAll(/*also_include_staged_apexes=*/false)); in TEST_F()
4110 ASSERT_EQ(0, UnmountAll(/*also_include_staged_apexes=*/false)); in TEST_F()
4146 ASSERT_EQ(0, UnmountAll(/*also_include_staged_apexes=*/true)); in TEST_F()
Dapexd.cpp3311 int UnmountAll(bool also_include_staged_apexes) { in UnmountAll() function