Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp921 const bool reportedError = AidlErrorLog::hadError(); in aidl_entry() local
922 AIDL_FATAL_IF(shouldReportError != reportedError, AIDL_LOCATION_HERE) in aidl_entry()
923 << "Compiler returned error " << ret << " but did" << (reportedError ? "" : " not") in aidl_entry()