Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dstorage_manager.cpp67 sp<IMountService> mMountService; member
94 mMountService = interface_cast<IMountService>(sm->getService(String16("mount"))); in initialize()
95 if (mMountService == NULL) { in initialize()
141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce); in mountObb()
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
152 return mMountService->isObbMounted(filename16); in isObbMounted()
158 if (mMountService->getMountedObbPath(filename16, path16)) { in getMountedObbPath()