Searched refs:UnmountAll (Results 1 – 4 of 4) sorted by relevance
52 return android::apex::UnmountAll(also_include_staged_apexes); in HandleSubcommand()
186 int UnmountAll(bool also_include_staged_apexes);
3992 TEST_F(ApexdMountTest, UnmountAll) { in TEST_F() argument4027 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()
3311 int UnmountAll(bool also_include_staged_apexes) { in UnmountAll() function