Home | History | Annotate | Download | only in vold

Lines Matching refs:sourceFile

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