Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h98 int remountUid(uid_t uid, int32_t remountMode);
DVoldNativeService.h65 binder::Status remountUid(int32_t uid, int32_t remountMode);
DVoldNativeService.cpp446 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { in remountUid() function in android::vold::VoldNativeService
450 return translate(VolumeManager::Instance()->remountUid(uid, remountMode)); in remountUid()
DVolumeManager.cpp433 int VolumeManager::remountUid(uid_t uid, int32_t mountMode) { in remountUid() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl52 void remountUid(int uid, int remountMode); in remountUid() method