Searched defs:mountPath (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolumeManager.cpp186 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) { argument
193 memset(mountPath, 0, mountPathLen);
194 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
196 if (access(mountPath, F_OK)) {

Completed in 5 milliseconds