Home | History | Annotate | Download | only in vold

Lines Matching full:mountpath

180 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) {
187 memset(mountPath, 0, mountPathLen);
188 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
190 if (access(mountPath, F_OK)) {