/system/vold/ |
D | cryptfs.c | 151 SLOGE("Failed to init keymaster"); in keymaster_check_compatibility() 192 SLOGE("Failed to init keymaster"); in keymaster_create_key() 227 SLOGE("Failed to generate keymaster1 key, error %d", error); in keymaster_create_key() 243 SLOGE("Failed to generate keypair"); in keymaster_create_key() 248 SLOGE("Cryptfs bug: keymaster_init succeeded but didn't initialize a device"); in keymaster_create_key() 254 SLOGE("Keymaster key too large for crypto footer"); in keymaster_create_key() 282 SLOGE("Failed to init keymaster"); in keymaster_sign_object() 317 SLOGE("Unknown KDF type %d", ftr->kdf_type); in keymaster_sign_object() 355 SLOGE("Error starting keymaster signature transaction: %d", error); in keymaster_sign_object() 366 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() 112 SLOGE("Unable to get loop status for %s (%s)", filename, in lookupActive() 157 SLOGE("Error creating loop device node (%s)", strerror(errno)); in create() 172 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in create() 183 SLOGE("Unable to get loop status for %s (%s)", filename, in create() 190 SLOGE("Exhausted all loop devices"); in create() 200 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno)); in create() 206 SLOGE("Error setting up loopback interface (%s)", strerror(errno)); in create() [all …]
|
D | VolumeManager.cpp | 99 SLOGE("Failed to open %s for superblock write (%s)", name, strerror(errno)); in writeSuperBlock() 104 SLOGE("Failed to lseek for superblock (%s)", strerror(errno)); in writeSuperBlock() 110 SLOGE("Failed to write superblock (%s)", strerror(errno)); in writeSuperBlock() 143 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno)); in setupLoopDevice() 162 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno)); in setupDevMapperDevice() 224 SLOGE("Destination buffer is NULL"); in asecHash() 228 SLOGE("Source buffer is NULL"); in asecHash() 232 SLOGE("Target hash buffer size < %d bytes (%zu)", in asecHash() 665 SLOGE("Error opening /proc/mounts: %s", strerror(errno)); in unmountAll() 692 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 | Ext4Crypt.cpp | 123 SLOGE("Master key size too long"); in get_crypt_ftr_and_key() 129 SLOGE("Salt wrong length"); in get_crypt_ftr_and_key() 140 SLOGE("Keymaster blob too long"); in get_crypt_ftr_and_key() 147 SLOGE("scrypted intermediate key wrong length"); in get_crypt_ftr_and_key() 191 SLOGE("Failed to create crypto footer"); in e4crypt_enable() 201 SLOGE("Failed to write crypto footer"); in e4crypt_enable() 207 SLOGE("Failed to read crypto footer back"); in e4crypt_enable() 212 SLOGE("Crypto footer not correctly written"); in e4crypt_enable() 218 SLOGE("Failed to remove key ref"); in e4crypt_enable() 233 SLOGE("Failed to read crypto footer back"); in e4crypt_change_password() [all …]
|
D | Process.cpp | 185 SLOGE("opendir failed (%s)", strerror(errno)); in killProcessesWithOpenFiles() 200 SLOGE("Process %s (%d) has open file %s", name, pid, openfile); in killProcessesWithOpenFiles() 202 SLOGE("Process %s (%d) has open filemap for %s", name, pid, openfile); in killProcessesWithOpenFiles() 204 SLOGE("Process %s (%d) has cwd within %s", name, pid, path); in killProcessesWithOpenFiles() 206 SLOGE("Process %s (%d) has chroot within %s", name, pid, path); in killProcessesWithOpenFiles() 208 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 (unknown exit code %d)", rc); in Check() 158 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source); in Mount() 172 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno)); in Mount() 201 SLOGE("Filesystem format failed due to logwrap error"); in Format() 210 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 | 65 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() 210 SLOGE("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype); in parseIfAddrMessage() 220 SLOGE("Short IFA_CACHEINFO (%zu vs. %zu bytes) in %s", in parseIfAddrMessage() 230 SLOGE("No IFA_ADDRESS in %s\n", msgtype); in parseIfAddrMessage() 315 SLOGE("%s: incorrect message type %d (%s)\n", __func__, type, msgname); in parseRtMessage() [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() 212 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 | 193 SLOGE("failed to open %s: %s", PROCESSGROUP_CGROUP_PATH, strerror(errno)); in removeAllProcessGroups() 265 SLOGE("failed to kill %d processes for processgroup %d\n", in killProcessGroup() 309 SLOGE("failed to make and chown %s: %s", path, strerror(-ret)); in createProcessGroup() 317 SLOGE("failed to make and chown %s: %s", path, strerror(-ret)); in createProcessGroup() 326 SLOGE("failed to open %s: %s", path, strerror(errno)); in createProcessGroup() 336 SLOGE("failed to write '%s' to %s: %s", pid, path, strerror(errno)); in createProcessGroup()
|
/system/core/libcutils/ |
D | sched_policy.c | 71 SLOGE("add_tid_to_cgroup failed; fd=%d\n", fd); in add_tid_to_cgroup() 110 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); in __initialize() 116 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); in __initialize() 193 SLOGE("Failed to find cpu subsys"); in getSchedulerGroup() 197 SLOGE("Bad cgroup data {%s}", lineBuf); in getSchedulerGroup()
|
/system/core/include/log/ |
D | log.h | 287 #ifndef SLOGE 288 #define SLOGE(...) \ macro
|
/system/netd/server/ |
D | NetlinkManager.cpp | 91 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno)); in setupSocket()
|
D | NetlinkHandler.cpp | 142 SLOGE("Failed to send notification: vasprintf: %s", strerror(errno)); in notify()
|
/system/core/liblog/ |
D | README | 45 SLOGE(format, ...)
|