Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 56) sorted by relevance

123

/system/extras/ext4_utils/
Dwipe.cpp57 warn("Discard failed\n"); in wipe_block_device()
63 warn("Writing zeros failed\n"); in wipe_block_device()
67 warn("Wipe via secure discard failed, used discard instead\n"); in wipe_block_device()
Dhelpers.h21 #define warn(fmt, args...) \ macro
/system/security/keystore2/src/
Dshared_secret_negotiation.rs101 log::warn!("Found unexpected keymaster instance: \"{}\"", name); in filter_map_legacy_km_instances()
102 log::warn!("Device is misconfigured. Allowed instances are:"); in filter_map_legacy_km_instances()
103 log::warn!(" * default"); in filter_map_legacy_km_instances()
104 log::warn!(" * strongbox"); in filter_map_legacy_km_instances()
170 log::warn!( in connect_participants()
202 log::warn!( in connect_participants()
248 log::warn!("{:?}", e); in negotiate_shared_secret()
249 log::warn!("Retrying in one second."); in negotiate_shared_secret()
/system/security/keystore2/watchdog/src/
Dlib.rs114 log::warn!("### Keystore Watchdog report - BEGIN ###"); in log_report()
123 log::warn!("When extracting from a bug report, please include this header"); in log_report()
124 log::warn!("and all {} records below.", overdue_records.len()); in log_report()
154 log::warn!( in log_report()
164 log::warn!( in log_report()
175 log::warn!("### Keystore Watchdog report - END ###"); in log_report()
185 log::warn!("Recursive watchdog record at \"{:?}\" replaces previous record.", index); in arm()
229 log::warn!("Deadline computation failed for WatchPoint \"{}\"", id); in watch_with_optional()
230 log::warn!("WatchPoint not armed."); in watch_with_optional()
/system/extras/power_profile/gps_on/
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/
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_avg/
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/logging/logd/
DLogTags.h87 bool RebuildFileEventLogTags(const char* filename, bool warn = true);
91 bool warn = false);
110 void ReadFileEventLogTags(const char* filename, bool warn = true);
DLogTags.cpp78 bool LogTags::RebuildFileEventLogTags(const char* filename, bool warn) { in RebuildFileEventLogTags() argument
119 if (warn) { in RebuildFileEventLogTags()
139 bool warn) { in AddEventLogTags() argument
186 } else if (warn && !newOne && source) { in AddEventLogTags()
193 void LogTags::ReadFileEventLogTags(const char* filename, bool warn) { in ReadFileEventLogTags() argument
197 RebuildFileEventLogTags(filename, warn); in ReadFileEventLogTags()
220 if (warn && (Tag > emptyTag)) { in ReadFileEventLogTags()
236 if (warn && (Name.length() > maximum_official_tag_name_size)) { in ReadFileEventLogTags()
265 filename, warn); in ReadFileEventLogTags()
267 if (warn) { in ReadFileEventLogTags()
[all …]
/system/extras/simpleperf/demo/SimpleperfExampleJava/
Dgradlew52 warn () { function
117 warn "Could not set maximum file descriptor limit: $MAX_FD"
120 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/SimpleperfExampleCpp/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/CppApi/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/JavaApi/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/
Dgradlew52 warn () { function
117 warn "Could not set maximum file descriptor limit: $MAX_FD"
120 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/system/extras/libatrace_rust/example/src/
Dtracing_subscriber_sample.rs17 use tracing::{debug, error, event, info, span, trace, warn, Level};
47 warn!("test {} log", "WARNING"); in events_and_spans_demo()
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c14 static int warn; variable
115 if (warn) in read_typeset()
249 if (warn) in read_classperms()
267 if (warn && !classperms) in read_classperms()
340 if (warn) in read_classperms()
358 if (warn) { in read_classperms()
519 warn = 1; in neverallow_func()
/system/extras/libfec/
Dfec_read.cpp37 warn("%s (%" PRIu64 ") (%zu bytes):", name ? name : "", value, size); in dump()
40 warn(" (null)"); in dump()
64 warn(" %04zu %s %s", n, hex, prn); in dump()
139 warn("failed to read: %s", strerror(errno)); in __ecc_read()
184 warn("RS block %" PRIu64 ": decoding failed", rsb); in __ecc_read()
200 warn("RS block %" PRIu64 ": corrected %zu errors", rsb, nerrs); in __ecc_read()
329 warn("I/O error encounter when reading, attempting to recover using fec"); in verity_read()
Dfec_verity.cpp566 warn("failed to read verity header: %s", strerror(errno)); in verity_parse_header()
580 warn("corrected verity header magic"); in verity_parse_header()
585 warn("corrected verity header version"); in verity_parse_header()
590 warn("corrected verity header length"); in verity_parse_header()
596 warn("corrected verity header signature"); in verity_parse_header()
615 warn("failed to rewrite verity metadata: %s", strerror(errno)); in verity_parse_header()
657 warn("updated verity magic to %08x (%s)", magic, in fec_verity_set_status()
/system/core/libnetutils/
Ddhcptool.c43 warn("IP assignment is for debug purposes ONLY"); in main()
/system/authgraph/hal/src/
Dlib.rs25 use log::warn;
146 warn!("operation failed: {err:?}"); in errcode_to_binder()
Dservice.rs27 use log::{error, warn};
80 warn!("HAL: command {:?} failed: {:?}", code, outer_rsp.error_code); in execute_req()
/system/secretkeeper/dice_policy/building/src/
Dlib.rs128 log::warn!("Lookup for component_name in the node failed {e:?}- ignoring!"); in try_extract_component_name()
309 log::warn!("Value not found for {:?}, - skipping!", constraint_spec.path); in constraint_on_dice_node()
321 log::warn!( in constraint_on_dice_node()
/system/authgraph/core/src/
Dta.rs22 use log::{debug, error, trace, warn};
123 warn!("failing {:?} request with error {:?}", code, err); in process_req()
/system/keymint/hal/src/
Dlib.rs31 use log::{error, info, warn};
209 warn!("HAL: command {:?} failed: {:?}", <R>::CODE, error_code); in channel_execute()
284 warn!("Setting KeyMint HAL version failed: {:?}", e); in send_hal_info()
/system/update_engine/scripts/
Dbrillo_update_payload85 warn() { function
545 warn "No ab_partitions.txt found. Using default."
563 warn "No update_engine_config.txt found. Assuming pre-release image, \
578 warn "No delta support from minor version ${FORCE_MINOR_VERSION}. \

123