Searched defs:warn (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/scripts/
H A Dbrillo_update_payload58 warn() { function
365 warn "No ab_partitions.txt found. Using default."
378 warn "No update_engine_config.txt found. Assuming pre-release image, \
390 warn "No delta support from minor version ${FORCE_MINOR_VERSION}. \
/system/extras/ext4_utils/
H A Dext4_utils.h52 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0) macro
/system/extras/libfec/
H A Dfec_private.h164 #define warn(format, args...) __log(WARNING, "warning", format, ##args) macro
/system/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c14 static int warn; variable
17 fprintf(stderr, "\tneverallow [-w|--warn] [-d|--debug] [-n|--neverallows <neverallow-rules>] | [-f|--file <neverallow-file>]\n");
115 if (warn)
176 if (warn && ebitmap_length(&typeset->types) == 0 && !(*flags))
252 if (warn)
269 if (warn && !classperms)
340 if (warn)
357 if (warn) {
482 {"warn", no_argument, NULL, 'w'},
498 warn
[all...]

Completed in 412 milliseconds