OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMountUserId
(Results
1 - 4
of
4
) sorted by null
/system/vold/
VolumeBase.h
82
userid_t
getMountUserId
() { return mMountUserId; }
PublicVolume.cpp
161
"-U", std::to_string(
getMountUserId
()).c_str(),
172
"-U", std::to_string(
getMountUserId
()).c_str(),
/frameworks/base/core/java/android/os/storage/
VolumeInfo.java
237
public int
getMountUserId
() {
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java
160
&& volume.
getMountUserId
() == userId) {
Completed in 294 milliseconds