Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h117 int remountUid(uid_t uid, int32_t remountMode) { return 0; } in remountUid() function
DVoldNativeService.h66 binder::Status remountUid(int32_t uid, int32_t remountMode);
DVoldNativeService.cpp373 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { in remountUid() function in android::vold::VoldNativeService
377 return translate(VolumeManager::Instance()->remountUid(uid, remountMode)); in remountUid()
/system/vold/binder/android/os/
DIVold.aidl55 void remountUid(int uid, int remountMode); in remountUid() method