Home | History | Annotate | Download | only in vold

Lines Matching full:mountpath

186 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) {
193 memset(mountPath, 0, mountPathLen);
194 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
196 if (access(mountPath, F_OK)) {