Searched refs:stringify (Results 1 - 4 of 4) sorted by relevance

/system/security/keystore/
H A Dkeystore_tags_utils.cpp35 static const char* stringify(Tag tag) { function in struct:keystore::TagStringifier
43 return TagStringifier<all_tags_t>::stringify(tag);
/system/extras/libfec/
H A Dfec_private.h140 #ifndef stringify
142 #define stringify(x) __stringify(x) macro
H A Dfec_verity.cpp365 if (token != stringify(VERITY_TABLE_VERSION)) {
373 if (token != stringify(FEC_BLOCKSIZE)) {
431 stringify(VERITY_TABLE_ARGS), i);
524 stringify(VERITY_MIN_TABLE_SIZE) ", "
525 stringify(VERITY_MAX_TABLE_SIZE) ")", header->length);
H A Dfec_open.cpp53 error("file size not multiple of " stringify(FEC_BLOCKSIZE));

Completed in 764 milliseconds