/system/core/libdiskconfig/ |
D | diskconfig.c | 47 ALOGE("Invalid disk length specified."); in parse_len() 66 ALOGE("Invalid length specified: %s", str); in parse_len() 72 ALOGE("Size modifier illegal when len is -1"); in parse_len() 82 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen); in parse_len() 110 ALOGE("Partition type required: %s", pinfo->name); in load_partitions() 120 ALOGE("Unsupported partition type found: %s", tmp); in load_partitions() 148 ALOGE("Could not malloc disk_info"); in load_diskconfig() 154 ALOGE("Could not malloc part_lst"); in load_diskconfig() 162 ALOGE("Could not read config file %s", fn); in load_diskconfig() 167 ALOGE("Could not find device section in config file '%s'", fn); in load_diskconfig() [all …]
|
D | diskutils.c | 46 ALOGE("Could not open %s for reading (errno=%d).", src, errno); in write_raw_image() 52 ALOGE("Could not open '%s' for read/write (errno=%d).", dst, errno); in write_raw_image() 57 ALOGE("Could not seek to offset %lld in %s.", (long long)offset, dst); in write_raw_image() 67 ALOGE("Error (%d) while reading from '%s'", errno, src); in write_raw_image() 88 ALOGE("Error (%d) while writing to '%s'", errno, dst); in write_raw_image() 98 ALOGE("Exited read/write loop without setting flag! WTF?!"); in write_raw_image()
|
D | config_mbr.c | 64 ALOGE("Error converting kb -> lba. 32bit overflow, expect weirdness"); in kb_to_lba() 77 ALOGE("Maximum number of primary partition exceeded."); in mk_pri_pentry() 82 ALOGE("Unable to allocate memory for partition entry."); in mk_pri_pentry() 148 ALOGE("Unable to allocate memory for EBR."); in mk_ext_pentry() 165 ALOGE("Only the last partition can be specified to fill the disk " in mk_ext_pentry() 215 ALOGE("Unable to allocate memory for MBR signature."); in mk_mbr_sig() 255 ALOGE("Cannot create primary extended partition."); in config_mbr() 281 ALOGE("Cannot create partition %d (%s).", cnt, pinfo->name); in config_mbr() 292 ALOGE("Cannot create blank partition %d.", cnt); in config_mbr() 301 ALOGE("Cannot set MBR signature"); in config_mbr() [all …]
|
/system/core/libcutils/ |
D | fs.cpp | 56 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_path_impl() 64 ALOGE("Not a %s: %s", (prepare_as_dir ? "directory" : "regular file"), path); in fs_prepare_path_impl() 76 ALOGE("Expected path %s with owner %d:%d but found %d:%d", in fs_prepare_path_impl() 92 ALOGE("Failed to %s(%s): %s", in fs_prepare_path_impl() 104 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_path_impl() 108 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); in fs_prepare_path_impl() 130 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int() 136 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int() 140 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int() 155 ALOGE("Path too long"); in fs_write_atomic_int() [all …]
|
D | ashmem-dev.cpp | 102 ALOGE("memfd: ro.vndk.version not defined or invalid (%s), this is mandated since P.\n", in check_vendor_memfd_allowed() 128 ALOGE("memfd: ro.vndk.version not defined or invalid (%s), this is mandated since P.\n", in check_vendor_memfd_allowed() 166 ALOGE("memfd_create failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support() 171 ALOGE("fcntl(F_ADD_SEALS) failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support() 194 ALOGE("Failed to read %s: %s.\n", boot_id_path.c_str(), strerror(errno)); in get_ashmem_device_path() 313 ALOGE("memfd: memfd expected but ashmem fd used - please use libcutils.\n"); in memfd_is_ashmem() 336 ALOGE("memfd_create(%s, %zd) failed: %s\n", name, size, strerror(errno)); in memfd_create_region() 341 ALOGE("ftruncate(%s, %zd) failed for memfd creation: %s\n", name, size, strerror(errno)); in memfd_create_region() 346 ALOGE("memfd_create(%s, %zd) success. fd=%d\n", name, size, fd.get()); in memfd_create_region() 402 ALOGE("memfd_set_prot_region(%d, %d): F_SEAL_FUTURE_WRITE seal failed: %s\n", fd, prot, in memfd_set_prot_region() [all …]
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_dev.c | 99 ALOGE("HMAC_Init_ex failed\n"); in rpmb_mac() 105 ALOGE("HMAC_Update failed\n"); in rpmb_mac() 111 ALOGE("bad md_len %d != %zd\n", md_len, sizeof(mac->byte)); in rpmb_mac() 115 ALOGE("HMAC_Final failed\n"); in rpmb_mac() 129 ALOGE("rpmb_dev: seek to %d failed, got %d\n", pos, ret); in rpmb_file_seek() 147 ALOGE("rpmb_dev: Failed to seek rpmb data file\n"); in rpmb_dev_program_key() 153 ALOGE("rpmb_dev: Failed to write rpmb key: %d, %s\n", ret, strerror(errno)); in rpmb_dev_program_key() 175 ALOGE("rpmb_dev: Write counter expired\n"); in rpmb_dev_data_write() 183 ALOGE("rpmb_dev: Invalid write counter %u. Expected: %u\n", write_counter, in rpmb_dev_data_write() 191 ALOGE("rpmb_dev: Failed to seek rpmb data file\n"); in rpmb_dev_data_write() [all …]
|
/system/netd/server/ |
D | NetlinkManager.cpp | 81 ALOGE("Unable to create netlink socket for family %d: %s", netlinkFamily, strerror(errno)); in setupSocket() 90 ALOGE("Unable to set uevent socket SO_RCVBUF option: %s", strerror(errno)); in setupSocket() 102 ALOGE("Unable to bind netlink socket: %s", strerror(errno)); in setupSocket() 109 ALOGE("Failed NFULNL_CFG_CMD_PF_UNBIND: %s", strerror(errno)); in setupSocket() 113 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno)); in setupSocket() 117 ALOGE("Failed NFULNL_CFG_CMD_BIND: %s", strerror(errno)); in setupSocket() 124 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in setupSocket() 156 ALOGE("Unable to open strict socket"); in start() 167 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop() 178 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno)); in stop() [all …]
|
D | IptablesRestoreController.cpp | 66 ALOGE("outputReady poll failed: %s", strerror(errno)); in outputReady() 88 ALOGE("iptables child process %d unexpectedly disappeared", pid); in stop() 94 ALOGE("Error killing iptables child process %d: %s", pid, strerror(err)); in stop() 99 ALOGE("Error waiting for iptables child process %d: %s", pid, strerror(errno)); in stop() 150 ALOGE("pipe2() failed: %s", strerror(errno)); in forkAndExec() 157 ALOGE("fork() failed: %s", strerror(child_pid.status().code())); in forkAndExec() 170 ALOGE("dup2() failed: %s", strerror(errno)); in forkAndExec() 181 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno)); in forkAndExec() 238 ALOGE("Unable to send command: %s", strerror(errno)); in sendCommand() 243 ALOGE("Unable to send ping command: %s", strerror(errno)); in sendCommand() [all …]
|
D | ClatdController.cpp | 88 ALOGE("Cannot determine initial API level of the device."); in init() 104 ALOGE("getClatEgressMapFd() failure: %s", strerror(-rv)); in init() 112 ALOGE("getClatIngressMapFd() failure: %s", strerror(-rv)); in init() 233 ALOGE("isEthernet(%s[%d]) failure: %s", tracker.iface, tracker.ifIndex, in maybeStartBpf() 241 ALOGE("getClatEgressProgFd(RAWIP) failure: %s", strerror(-rv)); in maybeStartBpf() 248 ALOGE("getClatIngressProgFd(%d) failure: %s", isEthernet.value(), strerror(-rv)); in maybeStartBpf() 266 ALOGE("mClatEgressMap.writeValue failure: %s", strerror(ret.error().code())); in maybeStartBpf() 283 ALOGE("mClatIngressMap.writeValue failure: %s", strerror(ret.error().code())); in maybeStartBpf() 286 ALOGE("mClatEgressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf() 299 ALOGE("tcQdiscAddDevClsact(%d[%s]) failure: %s", tracker.v4ifIndex, tracker.v4iface, in maybeStartBpf() [all …]
|
D | BandwidthController.cpp | 401 ALOGE("unable to update the Bandwidth Uid Map: %s", toString(status).c_str()); in manipulateSpecialApps() 422 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceSharedQuota() 451 ALOGE("Failed set quota rule"); in setInterfaceSharedQuota() 462 ALOGE("Failed update quota for %s", cost); in setInterfaceSharedQuota() 482 ALOGE("No such iface %s to delete", iface.c_str()); in removeInterfaceSharedQuota() 500 ALOGE("Failed to remove shared quota on %s", iface.c_str()); in removeInterfaceSharedQuota() 526 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceQuota() 538 ALOGE("Failed update quota for %s", iface.c_str()); in setInterfaceQuota() 562 ALOGE("Failed set quota rule"); in setInterfaceQuota() 583 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(file).c_str()); in getInterfaceQuota() [all …]
|
D | PppController.cpp | 58 ALOGE("Multiple PPPD instances not currently supported"); in attachPppd() 70 ALOGE("Invalid tty '%s' specified", tty); in attachPppd() 76 ALOGE("fork failed (%s)", strerror(errno)); in attachPppd() 98 ALOGE("execl failed (%s)", strerror(errno)); in attachPppd() 103 ALOGE("Should never get here!"); in attachPppd() 114 ALOGE("PPPD already stopped"); in detachPppd() 141 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno)); in updateTtyList()
|
D | NetworkController.cpp | 102 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 110 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough() 178 ALOGE("no such netId %u", netId); in setDefaultNetwork() 182 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork() 193 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork() 366 ALOGE("invalid netId %u", netId); in createPhysicalNetworkLocked() 371 ALOGE("duplicate netId %u", netId); in createPhysicalNetworkLocked() 377 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetworkLocked() 407 ALOGE("No free network ID"); in createPhysicalOemNetwork() 424 ALOGE("invalid netId %u", netId); in createVirtualNetwork() [all …]
|
D | main.cpp | 128 ALOGE("Unable to create NetlinkManager"); in main() 136 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main() 144 ALOGE("Unable to create NFLogListener: %s", toString(result).c_str()); in main() 162 ALOGE("Unable to init resolver"); in main() 168 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno)); in main() 174 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno)); in main() 181 ALOGE("Unable to start NetdNativeService: %d", ret); in main() 191 ALOGE("Unable to start NetdHwService: %d", ret); in main()
|
/system/bpf/bpfloader/ |
D | BpfLoader.cpp | 72 ALOGE("Failed to load object: %s, ret: %s", progPath.c_str(), std::strerror(-ret)); in loadAllElfObjects() 87 ALOGE("=== CRITICAL FAILURE LOADING BPF PROGRAMS ==="); in main() 88 ALOGE("If this triggers reliably, you're probably missing kernel options or patches."); in main() 89 ALOGE("If this triggers randomly, you might be hitting some memory allocation problems or " in main() 91 ALOGE("--- DO NOT EXPECT SYSTEM TO BOOT SUCCESSFULLY ---"); in main() 96 ALOGE("Failed to set bpf.progs_loaded property"); in main()
|
/system/core/trusty/utils/spiproxyd/ |
D | main.c | 36 ALOGE("failed (%d) to read request from TA\n", rc); in handle_msg() 44 ALOGE("failed (%d) to forward request to host\n", rc); in handle_msg() 51 ALOGE("failed (%d) to read response from host\n", rc); in handle_msg() 59 ALOGE("failed (%d) to forward response to TA\n", rc); in handle_msg() 70 ALOGE("exiting event loop\n"); in event_loop() 77 ALOGE("usage: spiproxyd -t TRUSTY_DEVICE -s SPI_DEVICE -p SPI_PROXY_PORT\n"); in show_usage() 123 ALOGE("failed (%d) to connect to SPI proxy port\n", rc); in main() 130 ALOGE("failed (%d) to open SPI device\n", rc); in main()
|
/system/core/trusty/keymaster/ipc/ |
D | trusty_keymaster_ipc.cpp | 52 ALOGE("not connected\n"); in trusty_keymaster_call() 59 ALOGE("failed to allocate msg buffer\n"); in trusty_keymaster_call() 70 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, strerror(errno)); in trusty_keymaster_call() 84 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", cmd, KEYMASTER_PORT, in trusty_keymaster_call() 90 ALOGE("invalid response size (%d)\n", (int)rc); in trusty_keymaster_call() 95 ALOGE("invalid command (%d)", header.cmd); in trusty_keymaster_call() 149 ALOGE("Request too big: %u Max size: %u", req_size, TRUSTY_KEYMASTER_SEND_BUF_SIZE); in trusty_keymaster_send() 166 ALOGE("tipc error: %d\n", rc); in trusty_keymaster_send() 175 ALOGE("Error deserializing response of size %d\n", (int)rsp_size); in trusty_keymaster_send() 178 ALOGE("Response of size %d contained error code %d\n", (int)rsp_size, (int)rsp->error); in trusty_keymaster_send()
|
/system/core/trusty/storage/proxy/ |
D | ipc.c | 47 ALOGE("failed (%d) to connect to storage server\n", rc); in ipc_connect() 49 ALOGE("max number of reconnect retries (%d) has been reached\n", in ipc_connect() 76 ALOGE("failed to read request: %s\n", strerror(errno)); in ipc_get_msg() 82 ALOGE("message is too short (%zu bytes received)\n", rc); in ipc_get_msg() 88 ALOGE("inconsistent message size [cmd=%d] (%u != %u)\n", in ipc_get_msg() 107 ALOGE("error sending response 0x%x: %s\n", in ipc_respond()
|
D | storage.c | 169 ALOGE("%s: invalid request length (%zd < %zd)\n", in storage_file_delete() 177 ALOGE("%s: invalid filename length (%zd != %zd)\n", in storage_file_delete() 185 ALOGE("%s: asprintf failed\n", __func__); in storage_file_delete() 198 ALOGE("%s: error (%d) unlinking file '%s'\n", in storage_file_delete() 223 ALOGE("%s: invalid request length (%zd < %zd)\n", in storage_file_open() 231 ALOGE("%s: invalid filename length (%zd != %zd)\n", in storage_file_open() 239 ALOGE("%s: asprintf failed\n", __func__); in storage_file_open() 276 ALOGE("%s: failed to open file \"%s\": %s\n", in storage_file_open() 304 ALOGE("%s: invalid request length (%zd != %zd)\n", in storage_file_close() 316 ALOGE("%s: fsync failed for fd=%u: %s\n", in storage_file_close() [all …]
|
D | proxy.c | 67 ALOGE("usage: storageproxyd -d <trusty_dev> -p <data_path> -r <rpmb_dev> -t <dev_type>\n"); in show_usage_and_exit() 68 ALOGE("Available dev types: mmc, virt\n"); in show_usage_and_exit() 120 ALOGE("cmd 0x%x: post commit option is not implemented\n", msg->cmd); in handle_req() 167 ALOGE("unhandled command 0x%x\n", msg->cmd); in handle_req() 219 ALOGE("Unrecognized dev type: %s\n", optarg); in parse_args() 225 ALOGE("unrecognized option (%c):\n", opt); in parse_args() 231 ALOGE("missing required argument(s)\n"); in parse_args() 264 ALOGE("exiting proxy loop with status (%d)\n", rc); in main()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper_ipc.c | 48 ALOGE("not connected\n"); in trusty_gatekeeper_call() 61 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, in trusty_gatekeeper_call() 68 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", in trusty_gatekeeper_call() 74 ALOGE("invalid response size (%d)\n", (int) rc); in trusty_gatekeeper_call() 81 ALOGE("invalid command (%d)\n", msg->cmd); in trusty_gatekeeper_call()
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 82 ALOGE( "Bluetooth socket error: %s", strerror(errno)); in openBtHci() 88 ALOGE( "HCI interface (%d) not found", hci_interface); in openBtHci() 98 ALOGE( "HCI Channel Control: %s", strerror(errno)); in openBtHci() 125 ALOGE( "Bluetooth socket error: %s", strerror(errno)); in waitHciDev() 133 ALOGE( "HCI Channel Control: %s", strerror(errno)); in waitHciDev() 149 ALOGE( "Unable to write mgmt command: %s", strerror(errno)); in waitHciDev() 158 ALOGE( "Poll error: %s", strerror(errno)); in waitHciDev() 162 ALOGE( "Timeout, no HCI device detected"); in waitHciDev() 170 ALOGE( "Error reading control channel: %s", in waitHciDev() 207 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno); in findRfKill() [all …]
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_servers.cpp | 68 ALOGE("Could not kill %s; errno = %d", serverName, errno); in killServer() 71 ALOGE("Waiting for %s to exit...", serverName); in killServer() 74 ALOGE("%s terminates abnormally with status %d", serverName, status); in killServer() 76 ALOGE("%s killed successfully", serverName); in killServer() 78 ALOGE("Continuing..."); in killServer()
|
/system/memory/lmkd/libpsi/ |
D | psi.cpp | 44 ALOGE("No kernel psi monitor support (errno=%d)", errno); in init_psi_monitor() 55 ALOGE("Invalid psi stall type: %d", stall_type); in init_psi_monitor() 61 ALOGE("%s line overflow for psi stall type '%s'", in init_psi_monitor() 69 ALOGE("%s write failed for psi stall type '%s'; errno=%d", in init_psi_monitor() 89 ALOGE("epoll_ctl for psi monitor failed; errno=%d", errno); in register_psi_monitor()
|
/system/core/debuggerd/libdebuggerd/ |
D | open_files_list.cpp | 45 ALOGE("failed to open directory %s: %s", fd_dir_name.c_str(), strerror(errno)); in populate_open_files_list() 62 ALOGE("failed to readlink %s: %s", path.c_str(), strerror(errno)); in populate_open_files_list() 76 ALOGE("failed to read fdsan table entry %zu: %s", i, strerror(errno)); in populate_fdsan_table() 87 ALOGE("failed to read fdsan table overflow pointer: %s", strerror(errno)); in populate_fdsan_table() 97 ALOGE("failed to read fdsan overflow table length: %s", strerror(errno)); in populate_fdsan_table() 102 ALOGE("unreasonable large fdsan overflow table size %zu, bailing out", overflow_length); in populate_fdsan_table() 111 ALOGE("failed to read fdsan overflow entry for fd %d: %s", fd, strerror(errno)); in populate_fdsan_table() 136 ALOGE("OpenFilesList contains an entry (fd %d) with no path or owner", fd); in dump_open_files_list()
|
/system/libhidl/transport/ |
D | LegacySupport.cpp | 38 ALOGE("Could not get passthrough implementation for %s/%s.", interfaceName.c_str(), in registerPassthroughServiceImplementation() 43 ALOGE("Implementation of %s/%s is remote!", interfaceName.c_str(), serviceName.c_str()); in registerPassthroughServiceImplementation() 51 ALOGE("Error retrieving interface name from %s/%s: %s", interfaceName.c_str(), in registerPassthroughServiceImplementation() 56 ALOGE("Implementation of %s/%s is actually %s, not a %s!", interfaceName.c_str(), in registerPassthroughServiceImplementation() 65 ALOGE("Could not register service %s/%s (%d).", interfaceName.c_str(), serviceName.c_str(), in registerPassthroughServiceImplementation()
|