Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h119 int remountUid(uid_t uid, int32_t remountMode) { return 0; } in remountUid()
DVoldNativeService.cpp381 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { in remountUid()
/system/vold/binder/android/os/
DIVold.aidl56 void remountUid(int uid, int remountMode); in remountUid()