Home
last modified time | relevance | path

Searched refs:getMountUserId (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DPublicVolume.cpp156 "-U", std::to_string(getMountUserId()).c_str(), in doMount()
167 "-U", std::to_string(getMountUserId()).c_str(), in doMount()
DVolumeBase.h82 userid_t getMountUserId() { return mMountUserId; } in getMountUserId() function