Home
last modified time | relevance | path

Searched defs:remountUid (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/vold/
H A DVolumeManager.h117 int remountUid(uid_t uid, int32_t remountMode) { return 0; } in remountUid() function
H A DVoldNativeService.cpp373 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { in remountUid() function in android::vold::VoldNativeService
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl55 void remountUid(int uid, int remountMode); in remountUid() method