OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStorageUsers
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/storage/
IMountService.h
46
getStorageUsers
(const String16& mountPoint, int32_t** users) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java
291
int[] stUsers = ims.
getStorageUsers
(extStoragePath);
/frameworks/base/libs/storage/
IMountService.cpp
196
int32_t
getStorageUsers
(const String16& mountPoint, int32_t** users)
202
ALOGD("
getStorageUsers
could not contact remote\n");
207
ALOGD("
getStorageUsers
caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
IMountService.java
212
public int[]
getStorageUsers
(String path) throws RemoteException {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
MountService.java
[
all
...]
Completed in 1406 milliseconds