/system/extras/ext4_utils/ |
D | wipe.cpp | 57 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()
|
D | helpers.h | 21 #define warn(fmt, args...) \ macro
|
/system/security/keystore2/src/ |
D | shared_secret_negotiation.rs | 101 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/ |
D | lib.rs | 114 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/ |
D | gradlew | 18 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/ |
D | gradlew | 18 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/ |
D | gradlew | 18 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/ |
D | LogTags.h | 87 bool RebuildFileEventLogTags(const char* filename, bool warn = true); 91 bool warn = false); 110 void ReadFileEventLogTags(const char* filename, bool warn = true);
|
D | LogTags.cpp | 78 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/ |
D | gradlew | 52 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/ |
D | gradlew | 36 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/ |
D | gradlew | 36 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/ |
D | gradlew | 36 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/ |
D | gradlew | 52 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/ |
D | tracing_subscriber_sample.rs | 17 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/ |
D | neverallow.c | 14 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/ |
D | fec_read.cpp | 37 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()
|
D | fec_verity.cpp | 566 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/ |
D | dhcptool.c | 43 warn("IP assignment is for debug purposes ONLY"); in main()
|
/system/authgraph/hal/src/ |
D | lib.rs | 25 use log::warn; 146 warn!("operation failed: {err:?}"); in errcode_to_binder()
|
D | service.rs | 27 use log::{error, warn}; 80 warn!("HAL: command {:?} failed: {:?}", code, outer_rsp.error_code); in execute_req()
|
/system/secretkeeper/dice_policy/building/src/ |
D | lib.rs | 128 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/ |
D | ta.rs | 22 use log::{debug, error, trace, warn}; 123 warn!("failing {:?} request with error {:?}", code, err); in process_req()
|
/system/keymint/hal/src/ |
D | lib.rs | 31 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/ |
D | brillo_update_payload | 85 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}. \
|