Lines Matching refs:ERROR
27 #ifdef ERROR
28 #undef ERROR
74 LOG(ERROR) << "Idmap header is not word aligned."; in IsValidIdmapHeader()
79 LOG(ERROR) << "Idmap header is too small."; in IsValidIdmapHeader()
85 LOG(ERROR) << StringPrintf("Invalid Idmap file: bad magic value (was 0x%08x, expected 0x%08x)", in IsValidIdmapHeader()
93 LOG(ERROR) << StringPrintf("Version mismatch in Idmap (was 0x%08x, expected 0x%08x)", in IsValidIdmapHeader()
99 LOG(ERROR) << StringPrintf("Target package ID in Idmap is invalid: 0x%02x", in IsValidIdmapHeader()
105 LOG(ERROR) << StringPrintf("Idmap has too many type mappings (was %d, max 255)", in IsValidIdmapHeader()
135 LOG(ERROR) << "Type mapping in Idmap is not word aligned"; in Load()
142 LOG(ERROR) << StringPrintf("Invalid type map (0x%02x -> 0x%02x)", in Load()
151 LOG(ERROR) << StringPrintf("Idmap too small for the number of entries (%d)", in Load()
171 LOG(ERROR) << "Parsed " << type_maps_encountered << " type maps but expected " in Load()