Home
last modified time | relevance | path

Searched refs:getAsecFilesystemPath (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DVolumeManager.h167 int getAsecFilesystemPath(const char *id, char *buffer, int maxlen);
DCommandListener.cpp505 if (!(rc = vm->getAsecFilesystemPath(argv[2], path, sizeof(path)))) { in runCommand()
DVolumeManager.cpp741 int VolumeManager::getAsecFilesystemPath(const char *id, char *buffer, int maxlen) { in getAsecFilesystemPath() function in VolumeManager