Searched refs:warn (Results 1 - 25 of 26) sorted by relevance

12

/system/extras/ext4_utils/
H A Dwipe.c54 warn("Discard failed\n");
57 warn("Wipe via secure discard failed, used discard instead\n");
H A Dext4_utils.c259 warn("Computed filesystem size less than 0");
/system/core/libnetutils/
H A Ddhcptool.c43 warn("IP assignment is for debug purposes ONLY");
/system/tools/hidl/docs/src/parser/elements/
H A DEntryCollectionParser.kt22 import writer.warn
64 warn("${ex.message}, skipping entry")
H A DEntryParser.kt27 import writer.warn
105 warn("${msg}\nUsing last found doc block.")
/system/core/logd/
H A DLogTags.h87 bool RebuildFileEventLogTags(const char* filename, bool warn = true);
91 bool warn = false);
110 void ReadFileEventLogTags(const char* filename, bool warn = true);
H A DLogTags.cpp70 bool LogTags::RebuildFileEventLogTags(const char* filename, bool warn) { argument
112 if (warn) {
131 bool warn) {
178 } else if (warn && !newOne && source) {
186 void LogTags::ReadFileEventLogTags(const char* filename, bool warn) { argument
191 RebuildFileEventLogTags(filename, warn);
214 if (warn && (Tag > emptyTag)) {
230 if (warn &&
260 filename, warn);
262 if (warn) {
129 AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, const std::string& Format, const char* source, bool warn) argument
[all...]
/system/extras/power_profile/camera_avg/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/power_profile/camera_flashlight/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/power_profile/gps_on/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dgradlew18 warn ( ) { function
96 warn "Could not set maximum file descriptor limit: $MAX_FD"
99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dgradlew18 warn ( ) { function
96 warn "Could not set maximum file descriptor limit: $MAX_FD"
99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dgradlew18 warn ( ) { function
96 warn "Could not set maximum file descriptor limit: $MAX_FD"
99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/tools/hidl/docs/src/writer/elements/
H A DMethodElement.kt26 import writer.warn
71 warn(msg)
/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)
249 if (warn)
267 if (warn && !classperms)
340 if (warn)
358 if (warn) {
489 {"warn", no_argument, NULL, 'w'},
505 warn = 1;
/system/extras/perfprofd/scripts/
H A Dperf_proto_stack.py147 logging.warn("fork from %d without map", fork_event.ppid)
160 logging.warn('Cannot find %s for min_vaddr', filename)
189 logging.warn('Could not parse readelf line %s', line)
199 logging.warn('Error finding min_vaddr for %s', filename)
209 logging.warn('Cannot find %s for unwind_symbols', filename)
234 logging.warn('error parsing offset from %s', parts[0])
243 logging.warn('Failed running unwind_symbols for %s', filename)
335 logging.warn("Failed to find symbol for %s +%d (%d)", name, offset, addr)
449 logging.warn('Running on %s', f)
465 logging.warn('Ende
[all...]
/system/tools/hidl/docs/src/writer/
H A Dformatutils.kt25 fun warn(msg: String) {
/system/update_engine/scripts/
H A Dbrillo_update_payload75 warn() { function
410 warn "No ab_partitions.txt found. Using default."
427 warn "No update_engine_config.txt found. Assuming pre-release image, \
439 warn "No delta support from minor version ${FORCE_MINOR_VERSION}. \
/system/extras/libfec/
H A Dfec_verity.cpp575 warn("failed to read verity header: %s", strerror(errno));
589 warn("corrected verity header magic");
594 warn("corrected verity header version");
599 warn("corrected verity header length");
605 warn("corrected verity header signature");
624 warn("failed to rewrite verity metadata: %s", strerror(errno));
666 warn("updated verity magic to %08x (%s)", magic,
H A Dfec_read.cpp29 /* prints a hexdump of `data' using warn(...) */
37 warn("%s (%" PRIu64 ") (%zu bytes):", name ? name : "", value, size);
40 warn(" (null)");
64 warn(" %04zu %s %s", n, hex, prn);
139 warn("failed to read: %s", strerror(errno));
184 warn("RS block %" PRIu64 ": decoding failed", rsb);
200 warn("RS block %" PRIu64 ": corrected %zu errors", rsb, nerrs);
H A Dfec_open.cpp78 warn("could not determine offset");
191 warn("ecc data not valid");
212 warn("using backup ecc header");
415 warn("fdatasync failed: %s", strerror(errno));
H A Dfec_private.h164 #define warn(format, args...) __log(WARNING, "warning", format, ##args) macro
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dposition.c116 warn("%s", in.name);
H A Ddd.c373 warn("%s", in.name);
384 warn("%s", in.name);
493 * and it's a character device, just warn. If a tape device, quit.
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h52 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0) macro

Completed in 2108 milliseconds

12