Searched refs:sourceFile (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | VolumeManager.cpp | 683 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/ |
D | key_store_service.cpp | 528 String8 sourceFile(mKeyStore->getKeyNameForUidWithDir(source8, srcUid)); in duplicate() local 540 mKeyStore->get(sourceFile.string(), &keyBlob, TYPE_ANY, get_user_id(srcUid)); in duplicate()
|