Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dedify_generator.py414 def UnmountAll(self): member in EdifyGenerator
425 self.UnmountAll()
H A Dnon_ab_ota.py254 script.UnmountAll()
/aosp12/system/apex/apexd/
H A Dapexd_main.cpp53 return android::apex::UnmountAll(); in HandleSubcommand()
H A Dapexd.h165 int UnmountAll();
H A Dapexd_test.cpp3397 TEST_F(ApexdMountTest, UnmountAll) { in TEST_F() argument
3432 ASSERT_EQ(0, UnmountAll()); in TEST_F()
3472 ASSERT_EQ(0, UnmountAll()); in TEST_F()
H A Dapexd.cpp3105 int UnmountAll() { in UnmountAll() function