Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/
H A Dstorage_manager.cpp68 sp<IMountService> mMountService; member
109 mMountService = interface_cast<IMountService>(sm->getService(String16("mount"))); in initialize()
110 if (mMountService == NULL) { in initialize()
160 mMountService->mountObb(rawPath16, canonicalPath16, mObbActionListener, cb->nonce, obbInfo); in mountObb()
166 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb()
171 return mMountService->isObbMounted(filename16); in isObbMounted()
177 if (mMountService->getMountedObbPath(filename16, path16)) { in getMountedObbPath()