Home | History | Annotate | Download | only in vold

Lines Matching refs:mountPath

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