Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp56 MOCK_CONST_METHOD1(unmountIncFs, binder::Status(const std::string& dir));
895 EXPECT_CALL(*mVold, unmountIncFs(_)); in TEST_F()
909 EXPECT_CALL(*mVold, unmountIncFs(_)); in TEST_F()
927 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
940 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
956 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1032 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1152 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1171 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
1189 EXPECT_CALL(*mVold, unmountIncFs(_)).Times(2); in TEST_F()
[all …]
/frameworks/base/services/incremental/
DServiceWrappers.cpp50 binder::Status unmountIncFs(const std::string& dir) const final { in unmountIncFs() function in android::incremental::RealVoldService
51 return mInterface->unmountIncFs(dir); in unmountIncFs()
DServiceWrappers.h56 virtual binder::Status unmountIncFs(const std::string& dir) const = 0;
DIncrementalService.cpp257 incrementalService.mVold->unmountIncFs(target); in ~IncFsMount()
260 incrementalService.mVold->unmountIncFs(path::join(root, constants().mount)); in ~IncFsMount()
1133 mVold->unmountIncFs(bindIt->first); in unbind()
1488 mVold->unmountIncFs(std::string(target)); in adoptMountedInstances()
1490 mVold->unmountIncFs(std::string(root)); in adoptMountedInstances()
1627 mVold->unmountIncFs(std::string(target)); in adoptMountedInstances()