Searched refs:reportedError (Results 1 – 1 of 1) sorted by relevance
941 const bool reportedError = AidlErrorLog::hadError(); in aidl_entry() local942 AIDL_FATAL_IF(success == reportedError, AIDL_LOCATION_HERE) in aidl_entry()943 << "Compiler returned success " << success << " but did" << (reportedError ? "" : " not") in aidl_entry()