Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dstorage_manager.cpp68 sp<IMountService> mMountService; member
109 mMountService = interface_cast<IMountService>(sm->getService(String16("mount"))); in initialize()
110 if (mMountService == NULL) { in initialize()
162 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, in mountObb()
169 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
174 return mMountService->isObbMounted(filename16); in isObbMounted()
180 if (mMountService->getMountedObbPath(filename16, path16)) { in getMountedObbPath()