Home
last modified time | relevance | path

Searched defs:warn (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/scripts/
Dbrillo_update_payload58 warn() { function
/system/core/logd/
DLogTags.cpp70 bool LogTags::RebuildFileEventLogTags(const char* filename, bool warn) { in RebuildFileEventLogTags()
131 bool warn) { in AddEventLogTags()
186 void LogTags::ReadFileEventLogTags(const char* filename, bool warn) { in ReadFileEventLogTags()
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c14 static int warn; variable
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h52 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } whi… macro
/system/extras/libfec/
Dfec_private.h164 #define warn(format, args...) __log(WARNING, "warning", format, ##args) macro