HomeSort by relevance Sort by last modified time
    Searched defs:LogError (Results 1 - 6 of 6) sorted by null

  /external/libbrillo/brillo/errors/
error.cc 14 inline void LogError(const tracked_objects::Location& location,
41 LogError(location, domain, code, message);
56 LogError(location, domain, code, message);
  /external/libweave/src/
error.cc 13 inline void LogError(const tracked_objects::Location& location,
38 LogError(location, code, message);
51 LogError(location, code, message);
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 148 static MD_INLINE void LogError(const char* format, ...)
263 static MD_INLINE void LogError(const char* format, ...)
294 static MD_INLINE void LogError(const char* format, ...)
452 LogError("Directory Name is NULL");
459 LogError("storageDir '%s' allocation error", directoryName);
466 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName);
478 LogError("Directory Name is NULL");
489 LogError("storageDir '%s' does not have read-write access", directoryName);
496 LogError("storageDir '%s' does not exist", directoryName);
502 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName)
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 167 static MD_INLINE void LogError(const char* format, ...)
306 static MD_INLINE void LogError(const char* format, ...)
337 static MD_INLINE void LogError(const char* format, ...)
495 LogError("Directory Name is NULL");
502 LogError("storageDir '%s' allocation error", directoryName);
509 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName);
521 LogError("Directory Name is NULL");
532 LogError("storageDir '%s' does not have read-write access", directoryName);
539 LogError("storageDir '%s' does not exist", directoryName);
545 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 75 #define LogError __MINGW_NAME_AW(LogError)
mobsync.h 254 virtual HRESULT WINAPI LogError(DWORD dwErrorLevel,LPCWSTR lpcErrorText,LPSYNCMGRLOGERRORINFO lpSyncLogError) = 0;
270 HRESULT (WINAPI *LogError)(ISyncMgrSynchronizeCallback *This,DWORD dwErrorLevel,LPCWSTR lpcErrorText,LPSYNCMGRLOGERRORINFO lpSyncLogError);
288 #define ISyncMgrSynchronizeCallback_LogError(This,dwErrorLevel,lpcErrorText,lpSyncLogError) (This)->lpVtbl->LogError(This,dwErrorLevel,lpcErrorText,lpSyncLogError)

Completed in 271 milliseconds