HomeSort by relevance Sort by last modified time
    Searched defs:mounter (Results 1 - 2 of 2) sorted by null

  /system/libvintf/
VintfObjectRecovery.cpp 84 static details::RecoveryPartitionMounter mounter; local
85 return details::checkCompatibility(xmls, true /* mount */, mounter, error);
  /system/libvintf/test/
vintf_object_tests.cpp 198 static MockPartitionMounter &mounter() { function
209 mounter().reset();
214 Mock::VerifyAndClear(&mounter());
229 EXPECT_CALL(mounter(), mountSystem()).Times(0);
230 EXPECT_CALL(mounter(), umountSystem()).Times(0);
231 EXPECT_CALL(mounter(), mountVendor()).Times(0);
232 EXPECT_CALL(mounter(), umountVendor()).Times(0);
239 EXPECT_FALSE(mounter().systemMounted());
240 EXPECT_FALSE(mounter().vendorMounted());
247 EXPECT_CALL(mounter(), mountSystem()).Times(2)
448 NiceMock<MockPartitionMounter> mounter; local
    [all...]

Completed in 72 milliseconds