Searched defs:remountUid (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.cpp443 int VolumeManager::remountUid(uid_t uid, const std::string& mode) { function in class:VolumeManager
H A DVoldNativeService.cpp428 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { function in class:android::vold::VoldNativeService
440 return translate(VolumeManager::Instance()->remountUid(uid, tmp));

Completed in 53 milliseconds