Searched refs:mountPath (Results 1 – 1 of 1) sorted by relevance
683 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) { in getObbMountPath() argument690 memset(mountPath, 0, mountPathLen); in getObbMountPath()691 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash); in getObbMountPath()697 if (access(mountPath, F_OK)) { in getObbMountPath()