Lines Matching refs:ALOGW

424             ALOGW("write failed: %s", strerror(errno));  in writeFully()
513 ALOGW("Provided blob length too large"); in Blob()
517 ALOGW("Provided info length too large"); in Blob()
612 ALOGW("Could not read random data for: %s", filename); in writeBlob()
647 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno)); in writeBlob()
655 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength); in writeBlob()
660 ALOGW("could not rename blob to %s: %s", filename, strerror(errno)); in writeBlob()
905 ALOGW("couldn't open user directory: %s", strerror(errno)); in reset()
1207 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type); in get()
1263 ALOGW("can't open directory for user: %s", strerror(errno)); in list()
1290 ALOGW("could not allocate match of size %zd", extra); in list()
1365 ALOGW("can't get keymaster device"); in isHardwareBacked()
1670 ALOGW("couldn't open user directory for rename"); in upgradeKeystore()
1674 ALOGW("couldn't rename blob: %s: %s", file->d_name, strerror(errno)); in upgradeKeystore()
1851 ALOGW("New user %d's keystore not empty. Clearing old entries.", userId); in onUserAdded()
1962 ALOGW("cannot represent public exponent as a long value"); in generate()
1966 ALOGW("public exponent not read"); in generate()
1975 ALOGW("Unsupported key type %d", keyType); in generate()
1983 ALOGW("generate failed: %d", rc); in generate()
2012 ALOGW("Unsupported key type %d", type); in import()
2018 ALOGW("importKey failed: %d", rc); in import()
2055 ALOGW("export failed: %d", result.resultCode); in get_pubkey()
2102 ALOGW("permission denied for %d: getmtime", callingUid); in getmtime()
2110 ALOGW("could not access %s for getmtime", filename.string()); in getmtime()
2116 ALOGW("could not open %s for getmtime", filename.string()); in getmtime()
2124 ALOGW("could not stat %s for getmtime", filename.string()); in getmtime()
2136 ALOGW("permission denied for %d: duplicate", callingUid); in duplicate()
2338 ALOGW("device does not implement get_key_characteristics"); in getKeyCharacteristics()
2720 ALOGW("addAuthToken: permission denied for %d", in addAuthToken()
2756 ALOGW("permission %s denied for %d", get_perm_label(permission), callingUid); in checkBinderPermission()
2760 ALOGW("uid %d not granted to act for %d", callingUid, targetUid); in checkBinderPermission()
2774 ALOGW("permission %s denied for %d", get_perm_label(permission), callingUid); in checkBinderPermissionSelfOrSystem()
3077 ALOGW("Key not found"); in doLegacySignVerify()
3079 ALOGW("Error in begin: %d", result.resultCode); in doLegacySignVerify()
3090 ALOGW("Error in update: %d", result.resultCode); in doLegacySignVerify()
3101 ALOGW("Not all data consumed. Consumed %zu of %zu", consumed, length); in doLegacySignVerify()
3107 ALOGW("Error in finish: %d", result.resultCode); in doLegacySignVerify()