Searched refs:mountAsec (Results 1 - 3 of 3) sorted by relevance
/system/vold/ |
H A D | VolumeManager.h | 163 int mountAsec(const char *id, const char *key, int ownerUid, bool readOnly);
|
H A D | CommandListener.cpp | 470 rc = vm->mountAsec(argv[2], argv[3], atoi(argv[4]), readOnly);
|
H A D | VolumeManager.cpp | 1628 int VolumeManager::mountAsec(const char *id, const char *key, int ownerUid, bool readOnly) { function in class:VolumeManager 1633 SLOGE("mountAsec: Invalid asec id \"%s\"", id);
|
Completed in 22 milliseconds