Lines Matching refs:setIncFsMountOptions
60 setIncFsMountOptions,
86 ON_CALL(*this, setIncFsMountOptions(_, _, _, _)) in setIncFsMountOptionsFails()
91 ON_CALL(*this, setIncFsMountOptions(_, _, _, _)) in setIncFsMountOptionsSuccess()
1456 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1458 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1480 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1481 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1508 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(2); in TEST_F()
1509 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1549 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(3); in TEST_F()
1550 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1590 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(5); in TEST_F()
1591 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(3); in TEST_F()
1665 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1667 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(2); in TEST_F()
1690 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(0); in TEST_F()
1691 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1710 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(0); in TEST_F()
1711 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()
1731 EXPECT_CALL(*mVold, setIncFsMountOptions(_, true, _, _)).Times(1); in TEST_F()
1732 EXPECT_CALL(*mVold, setIncFsMountOptions(_, false, _, _)).Times(1); in TEST_F()