Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DVolumeManager.cpp683 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) { in getObbMountPath() argument
685 if (!asecHash(sourceFile, idHash, sizeof(idHash))) { in getObbMountPath()
686 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno)); in getObbMountPath()
/system/security/keystore/
Dkey_store_service.cpp528 String8 sourceFile(mKeyStore->getKeyNameForUidWithDir(source8, srcUid)); in duplicate() local
540 mKeyStore->get(sourceFile.string(), &keyBlob, TYPE_ANY, get_user_id(srcUid)); in duplicate()