Searched refs:remountMode (Results 1 – 4 of 4) sorted by relevance
98 int remountUid(uid_t uid, int32_t remountMode);
64 binder::Status remountUid(int32_t uid, int32_t remountMode);
362 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { in remountUid() argument366 return translate(VolumeManager::Instance()->remountUid(uid, remountMode)); in remountUid()
52 void remountUid(int uid, int remountMode); in remountUid() argument