/system/vold/ |
D | cryptfs.c | 158 SLOGE("Failed to init keymaster"); in keymaster_check_compatibility() 209 SLOGE("Failed to init keymaster"); in keymaster_create_key() 244 SLOGE("Failed to generate keymaster1 key, error %d", error); in keymaster_create_key() 260 SLOGE("Failed to generate keypair"); in keymaster_create_key() 265 SLOGE("Cryptfs bug: keymaster_init succeeded but didn't initialize a device"); in keymaster_create_key() 271 SLOGE("Keymaster key too large for crypto footer"); in keymaster_create_key() 299 SLOGE("Failed to init keymaster"); in keymaster_sign_object() 334 SLOGE("Unknown KDF type %d", ftr->kdf_type); in keymaster_sign_object() 372 SLOGE("Error starting keymaster signature transaction: %d", error); in keymaster_sign_object() 383 SLOGE("Error sending data to keymaster signature transaction: %d", error); in keymaster_sign_object() [all …]
|
D | Loop.cpp | 54 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in dumpState() 68 SLOGE("Unable to get loop status for %s (%s)", filename, in dumpState() 98 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in lookupActive() 113 SLOGE("Unable to get loop status for %s (%s)", filename, in lookupActive() 158 SLOGE("Error creating loop device node (%s)", strerror(errno)); in create() 173 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in create() 184 SLOGE("Unable to get loop status for %s (%s)", filename, in create() 191 SLOGE("Exhausted all loop devices"); in create() 201 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno)); in create() 207 SLOGE("Error setting up loopback interface (%s)", strerror(errno)); in create() [all …]
|
D | VolumeManager.cpp | 101 SLOGE("Failed to open %s for superblock write (%s)", name, strerror(errno)); in writeSuperBlock() 106 SLOGE("Failed to lseek for superblock (%s)", strerror(errno)); in writeSuperBlock() 112 SLOGE("Failed to write superblock (%s)", strerror(errno)); in writeSuperBlock() 145 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno)); in setupLoopDevice() 164 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno)); in setupDevMapperDevice() 226 SLOGE("Destination buffer is NULL"); in asecHash() 230 SLOGE("Source buffer is NULL"); in asecHash() 234 SLOGE("Target hash buffer size < %d bytes (%zu)", in asecHash() 659 SLOGE("Error opening /proc/mounts: %s", strerror(errno)); in unmountAll() 686 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno)); in getObbMountPath() [all …]
|
D | Devmapper.cpp | 45 SLOGE("Error allocating memory (%s)", strerror(errno)); in dumpState() 52 SLOGE("Error allocating memory (%s)", strerror(errno)); in dumpState() 59 SLOGE("Error opening devmapper (%s)", strerror(errno)); in dumpState() 69 SLOGE("DM_LIST_DEVICES ioctl failed (%s)", strerror(errno)); in dumpState() 93 SLOGE("DM_DEV_STATUS ioctl failed (%s)", strerror(errno)); in dumpState() 136 SLOGE("Error allocating memory (%s)", strerror(errno)); in lookupActive() 142 SLOGE("Error opening devmapper (%s)", strerror(errno)); in lookupActive() 152 SLOGE("DM_DEV_STATUS ioctl failed for lookup (%s)", strerror(errno)); in lookupActive() 170 SLOGE("Error allocating memory (%s)", strerror(errno)); in create() 176 SLOGE("Error opening devmapper (%s)", strerror(errno)); in create() [all …]
|
D | NetlinkManager.cpp | 63 SLOGE("Unable to create uevent socket: %s", strerror(errno)); in start() 68 SLOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno)); in start() 73 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno)); in start() 78 SLOGE("Unable to bind uevent socket: %s", strerror(errno)); in start() 84 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in start() 99 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno)); in stop()
|
D | Process.cpp | 186 SLOGE("opendir failed (%s)", strerror(errno)); in killProcessesWithOpenFiles() 201 SLOGE("Process %s (%d) has open file %s", name, pid, openfile); in killProcessesWithOpenFiles() 203 SLOGE("Process %s (%d) has open filemap for %s", name, pid, openfile); in killProcessesWithOpenFiles() 205 SLOGE("Process %s (%d) has cwd within %s", name, pid, path); in killProcessesWithOpenFiles() 207 SLOGE("Process %s (%d) has chroot within %s", name, pid, path); in killProcessesWithOpenFiles() 209 SLOGE("Process %s (%d) has executable path within %s", name, pid, path); in killProcessesWithOpenFiles()
|
/system/vold/fs/ |
D | Vfat.cpp | 86 SLOGE("Filesystem check failed due to logwrap error"); in Check() 97 SLOGE("Filesystem check failed (not a FAT filesystem)"); in Check() 107 SLOGE("Failing check after too many rechecks"); in Check() 112 SLOGE("Filesystem check failed (no filesystem)"); in Check() 117 SLOGE("Filesystem check failed (unknown exit code %d)", rc); in Check() 149 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source); in Mount() 163 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno)); in Mount() 192 SLOGE("Filesystem format failed due to logwrap error"); in Format() 201 SLOGE("Format failed (unknown exit code %d)", rc); in Format()
|
D | Ext4.cpp | 146 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source); in Mount()
|
/system/core/logd/ |
D | libaudit.c | 111 SLOGE("netlink message is too large"); in audit_send() 142 SLOGE("Error sending data over the netlink socket: %s", strerror(-errno)); in audit_send() 185 SLOGE("Could net set pid for audit events, error: %s", strerror(-rc)); in audit_setup() 243 SLOGE("Error receiving from netlink socket, error: %s", strerror(-rc)); in audit_get_reply() 248 SLOGE("Protocol fault, error: %s", strerror(EPROTO)); in audit_get_reply() 254 SLOGE("Invalid netlink pid received, expected 0 got: %d", nladdr.nl_pid); in audit_get_reply() 261 SLOGE("Bad kernel response %s", strerror(-rc)); in audit_get_reply() 271 SLOGE("Attempting to close invalid fd %d, error: %s", fd, strerror(errno)); in audit_close()
|
D | LogAudit.cpp | 69 SLOGE("Failed on audit_get_reply with error: %s", strerror(errno)); in onDataAvailable()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 108 SLOGE("Got a short %s message\n", rtMessageName(nh->nlmsg_type)); in checkRtNetlinkLength() 121 SLOGE("Multiple %s attributes in %s, ignoring\n", attributeName, messageName); in maybeLogDuplicateAttribute() 170 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type); in parseIfAddrMessage() 190 SLOGE("Short IPv4 address (%zu bytes) in %s", in parseIfAddrMessage() 198 SLOGE("Short IPv6 address (%zu bytes) in %s", in parseIfAddrMessage() 204 SLOGE("Unknown address family %d\n", ifaddr->ifa_family); in parseIfAddrMessage() 219 SLOGE("Short IFA_CACHEINFO (%zu vs. %zu bytes) in %s", in parseIfAddrMessage() 229 SLOGE("No IFA_ADDRESS in %s\n", msgtype); in parseIfAddrMessage() 313 SLOGE("%s: incorrect message type %d (%s)\n", __func__, type, msgname); in parseRtMessage() 407 SLOGE("RTM_NEWNDUSEROPT invalid length %d > %d\n", in parseNdUserOptMessage() [all …]
|
D | SocketListener.cpp | 79 SLOGE("Failed to start unbound listener"); in startListener() 84 SLOGE("Obtaining file descriptor socket '%s' failed: %s", in startListener() 93 SLOGE("Unable to listen on socket (%s)", strerror(errno)); in startListener() 99 SLOGE("pipe failed (%s)", strerror(errno)); in startListener() 104 SLOGE("pthread_create (%s)", strerror(errno)); in startListener() 117 SLOGE("Error writing to control pipe (%s)", strerror(errno)); in stopListener() 123 SLOGE("Error joining to listener thread (%s)", strerror(errno)); in stopListener() 187 SLOGE("select failed (%s) mListen=%d, max=%d", strerror(errno), mListen, max); in runListener() 213 SLOGE("accept failed (%s)", strerror(errno)); in runListener()
|
D | NetlinkListener.cpp | 60 SLOGE("recvmsg failed (%s)", strerror(errno)); in onDataAvailable() 70 SLOGE("Error decoding NetlinkEvent"); in onDataAvailable()
|
D | ServiceManager.cpp | 43 SLOGE("Service name '%s' is too long", name); in start() 72 SLOGE("Service name '%s' is too long", name); in stop()
|
D | FrameworkListener.cpp | 60 SLOGE("read() failed (%s)", strerror(errno)); in onDataAvailable() 180 SLOGE("Faking a timeout"); in dispatchCommand()
|
D | SocketClient.cpp | 243 SLOGE("SocketClient refcount went negative!"); in decRef()
|
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 165 SLOGE("failed to seek\n"); in read_structure() 171 SLOGE("failed to read\n"); in read_structure() 175 SLOGE("failed to read all\n"); in read_structure() 191 SLOGE("Not a valid F2FS super block. Magic:%#08x != %#08x", in read_f2fs_sb() 202 SLOGE("Cannot open device to get filesystem size "); in get_f2fs_filesystem_size_sec() 308 SLOGE("Valid Checkpoint not found!!"); in get_valid_checkpoint_info() 331 SLOGE("Could not read sit block at block %"PRIu64, address); in gather_sit_info() 387 SLOGE("Out of memory!"); in generate_f2fs_info() 393 SLOGE("Out of memory!"); in generate_f2fs_info() 398 SLOGE("Failed to read superblock"); in generate_f2fs_info() [all …]
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 233 SLOGE("failed to open %s: %s", cgroup_root_path, strerror(errno)); in removeAllProcessGroups() 305 SLOGE("failed to kill %d processes for processgroup %d\n", in killProcessGroup() 349 SLOGE("failed to make and chown %s: %s", path, strerror(-ret)); in createProcessGroup() 357 SLOGE("failed to make and chown %s: %s", path, strerror(-ret)); in createProcessGroup() 366 SLOGE("failed to open %s: %s", path, strerror(errno)); in createProcessGroup() 376 SLOGE("failed to write '%s' to %s: %s", pid, path, strerror(errno)); in createProcessGroup()
|
/system/core/libcutils/ |
D | sched_policy.c | 77 SLOGE("add_tid_to_cgroup failed; fd=%d\n", fd); in add_tid_to_cgroup() 116 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); in __initialize() 122 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); in __initialize() 209 SLOGE("Failed to find subsys %s", subsys); in getCGroupSubsys() 213 SLOGE("Bad cgroup data {%s}", lineBuf); in getCGroupSubsys()
|
/system/netd/server/ |
D | NetlinkManager.cpp | 91 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno)); in setupSocket()
|
D | NetlinkHandler.cpp | 154 SLOGE("Failed to send notification: vasprintf: %s", strerror(errno)); in notify()
|
/system/core/include/log/ |
D | log.h | 287 #ifndef SLOGE 288 #define SLOGE(...) \ macro
|
/system/core/liblog/ |
D | README | 45 SLOGE(format, ...)
|