Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h98 int remountUid(uid_t uid, int32_t remountMode);
DVoldNativeService.h64 binder::Status remountUid(int32_t uid, int32_t remountMode);
DVoldNativeService.cpp362 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { in remountUid() argument
366 return translate(VolumeManager::Instance()->remountUid(uid, remountMode)); in remountUid()
/system/vold/binder/android/os/
DIVold.aidl52 void remountUid(int uid, int remountMode); in remountUid() argument