OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSecureContainerPath
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h
57
virtual String16
getSecureContainerPath
(String16 id) = 0;
/frameworks/base/include/storage/
IMountService.h
60
virtual bool
getSecureContainerPath
(const String16& id, String16& path) = 0;
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
100
String cachePath = mountService.
getSecureContainerPath
(cid);
137
return getMountService().
getSecureContainerPath
(cid);
176
return getMountService().
getSecureContainerPath
(cid);
/frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java
392
String path = ms.
getSecureContainerPath
(SECURE_CONTAINER_PREFIX
416
String path = ms.
getSecureContainerPath
(SECURE_CONTAINER_PREFIX
486
String path = ms.
getSecureContainerPath
(SECURE_CONTAINER_PREFIX + "testContainerSize");
500
ms.
getSecureContainerPath
("jparks.broke.it"));
/frameworks/base/libs/storage/
IMountService.cpp
372
bool
getSecureContainerPath
(const String16& id, String16& path)
378
ALOGD("
getSecureContainerPath
couldn't call remote");
383
ALOGD("
getSecureContainerPath
caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
IMountService.java
413
public String
getSecureContainerPath
(String id) throws RemoteException {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
MountService.java
[
all
...]
Completed in 922 milliseconds