Home
last modified time | relevance | path

Searched refs:mountUserId (Results 1 – 5 of 5) sorted by relevance

/system/vold/model/
DVolumeBase.cpp86 status_t VolumeBase::setMountUserId(userid_t mountUserId) { in setMountUserId() argument
92 mMountUserId = mountUserId; in setMountUserId()
DVolumeBase.h96 status_t setMountUserId(userid_t mountUserId);
/system/vold/binder/android/os/
DIVold.aidl46 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId, in mount() argument
/system/vold/
DVoldNativeService.h56 binder::Status mount(const std::string& volId, int32_t mountFlags, int32_t mountUserId,
DVoldNativeService.cpp268 const std::string& volId, int32_t mountFlags, int32_t mountUserId, in mount() argument
280 vol->setMountUserId(mountUserId); in mount()