Lines Matching refs:mountPath
187 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) {194 memset(mountPath, 0, mountPathLen);195 int written = snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);201 if (access(mountPath, F_OK)) {