Home | History | Annotate | Download | only in vold

Lines Matching full:sourcefile

683 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) {
685 if (!asecHash(sourceFile, idHash, sizeof(idHash))) {
686 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));