Home
last modified time | relevance | path

Searched defs:mountUserId (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/vold/model/
H A DVolumeBase.cpp86 status_t VolumeBase::setMountUserId(userid_t mountUserId) { in setMountUserId()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java164 public int mountUserId = UserHandle.USER_NULL; field in VolumeInfo
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl46 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId, in mount()
/aosp12/system/vold/
H A DVoldNativeService.cpp268 const std::string& volId, int32_t mountFlags, int32_t mountUserId, in mount()