HomeSort by relevance Sort by last modified time
    Searched refs:SLOGE (Results 1 - 25 of 25) sorted by null

  /system/vold/
Loop.cpp 54 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
68 SLOGE("Unable to get loop status for %s (%s)", filename,
98 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
113 SLOGE("Unable to get loop status for %s (%s)", filename,
158 SLOGE("Error creating loop device node (%s)", strerror(errno));
173 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
184 SLOGE("Unable to get loop status for %s (%s)", filename,
191 SLOGE("Exhausted all loop devices");
201 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno));
207 SLOGE("Error setting up loopback interface (%s)", strerror(errno))
    [all...]
NetlinkManager.cpp 63 SLOGE("Unable to create uevent socket: %s", strerror(errno));
68 SLOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
73 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
78 SLOGE("Unable to bind uevent socket: %s", strerror(errno));
84 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
99 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
cryptfs.c 158 SLOGE("Failed to init keymaster");
209 SLOGE("Failed to init keymaster");
244 SLOGE("Failed to generate keymaster1 key, error %d", error);
260 SLOGE("Failed to generate keypair");
265 SLOGE("Cryptfs bug: keymaster_init succeeded but didn't initialize a device");
271 SLOGE("Keymaster key too large for crypto footer");
299 SLOGE("Failed to init keymaster");
334 SLOGE("Unknown KDF type %d", ftr->kdf_type);
372 SLOGE("Error starting keymaster signature transaction: %d", error);
383 SLOGE("Error sending data to keymaster signature transaction: %d", error)
    [all...]
Devmapper.cpp 45 SLOGE("Error allocating memory (%s)", strerror(errno));
52 SLOGE("Error allocating memory (%s)", strerror(errno));
59 SLOGE("Error opening devmapper (%s)", strerror(errno));
69 SLOGE("DM_LIST_DEVICES ioctl failed (%s)", strerror(errno));
93 SLOGE("DM_DEV_STATUS ioctl failed (%s)", strerror(errno));
136 SLOGE("Error allocating memory (%s)", strerror(errno));
142 SLOGE("Error opening devmapper (%s)", strerror(errno));
152 SLOGE("DM_DEV_STATUS ioctl failed for lookup (%s)", strerror(errno));
170 SLOGE("Error allocating memory (%s)", strerror(errno));
176 SLOGE("Error opening devmapper (%s)", strerror(errno))
    [all...]
VolumeManager.cpp 101 SLOGE("Failed to open %s for superblock write (%s)", name, strerror(errno));
106 SLOGE("Failed to lseek for superblock (%s)", strerror(errno));
112 SLOGE("Failed to write superblock (%s)", strerror(errno));
145 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno));
164 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno));
226 SLOGE("Destination buffer is NULL");
230 SLOGE("Source buffer is NULL");
234 SLOGE("Target hash buffer size < %d bytes (%zu)",
659 SLOGE("Error opening /proc/mounts: %s", strerror(errno));
686 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno))
    [all...]
Process.cpp 186 SLOGE("opendir failed (%s)", strerror(errno));
201 SLOGE("Process %s (%d) has open file %s", name, pid, openfile);
203 SLOGE("Process %s (%d) has open filemap for %s", name, pid, openfile);
205 SLOGE("Process %s (%d) has cwd within %s", name, pid, path);
207 SLOGE("Process %s (%d) has chroot within %s", name, pid, path);
209 SLOGE("Process %s (%d) has executable path within %s", name, pid, path);
  /bootable/recovery/update_verifier/
update_verifier.cpp 60 SLOGE("Error reading partition %s: %s\n", blk_device.c_str(), strerror(errno));
73 SLOGE("Error in parsing range string.\n");
83 SLOGE("Invalid range pair %s, %s.\n", ranges[i].c_str(), ranges[i+1].c_str());
88 SLOGE("lseek to %u failed: %s.\n", range_start, strerror(errno));
95 SLOGE("Failed to read blocks %u to %u: %s.\n", range_start, range_end,
121 SLOGE("Error reading care map contents to string.\n");
128 SLOGE("Invalid lines in care_map: found %zu lines, expecting 2 or 4 lines.\n",
149 SLOGE("Error getting bootctrl module.\n");
164 SLOGE("Failed to get dm-verity mode");
169 SLOGE("Found dm-verity in EIO mode, skip verification.")
    [all...]
  /system/vold/fs/
Vfat.cpp 86 SLOGE("Filesystem check failed due to logwrap error");
97 SLOGE("Filesystem check failed (not a FAT filesystem)");
107 SLOGE("Failing check after too many rechecks");
112 SLOGE("Filesystem check failed (no filesystem)");
117 SLOGE("Filesystem check failed (unknown exit code %d)", rc);
149 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source);
163 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno));
192 SLOGE("Filesystem format failed due to logwrap error");
201 SLOGE("Format failed (unknown exit code %d)", rc);
Ext4.cpp 146 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source);
  /system/core/logd/
libaudit.c 111 SLOGE("netlink message is too large");
142 SLOGE("Error sending data over the netlink socket: %s", strerror(-errno));
185 SLOGE("Could net set pid for audit events, error: %s", strerror(-rc));
243 SLOGE("Error receiving from netlink socket, error: %s", strerror(-rc));
248 SLOGE("Protocol fault, error: %s", strerror(EPROTO));
254 SLOGE("Invalid netlink pid received, expected 0 got: %d", nladdr.nl_pid);
261 SLOGE("Bad kernel response %s", strerror(-rc));
271 SLOGE("Attempting to close invalid fd %d, error: %s", fd, strerror(errno));
LogAudit.cpp 69 SLOGE("Failed on audit_get_reply with error: %s", strerror(errno));
  /device/moto/shamu/cryptfs_hw/
cryptfs_hw.c 72 SLOGE("%s: Failed to allocate memory for tmp passwd \n", __func__);
75 SLOGE("%s: Passed argument is NULL \n", __func__);
98 SLOGE("Error %s loading symbols for QSEECom APIs", error);
102 SLOGE("Could not load libQSEEComAPI.so");
130 SLOGE("Maximum password attempts reached. Need factory data reset to recover.");
  /system/core/libsysutils/src/
NetlinkListener.cpp 60 SLOGE("recvmsg failed (%s)", strerror(errno));
70 SLOGE("Error decoding NetlinkEvent");
ServiceManager.cpp 43 SLOGE("Service name '%s' is too long", name);
72 SLOGE("Service name '%s' is too long", name);
SocketListener.cpp 79 SLOGE("Failed to start unbound listener");
84 SLOGE("Obtaining file descriptor socket '%s' failed: %s",
93 SLOGE("Unable to listen on socket (%s)", strerror(errno));
99 SLOGE("pipe failed (%s)", strerror(errno));
104 SLOGE("pthread_create (%s)", strerror(errno));
117 SLOGE("Error writing to control pipe (%s)", strerror(errno));
123 SLOGE("Error joining to listener thread (%s)", strerror(errno));
187 SLOGE("select failed (%s) mListen=%d, max=%d", strerror(errno), mListen, max);
213 SLOGE("accept failed (%s)", strerror(errno));
NetlinkEvent.cpp 108 SLOGE("Got a short %s message\n", rtMessageName(nh->nlmsg_type));
121 SLOGE("Multiple %s attributes in %s, ignoring\n", attributeName, messageName);
170 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type);
190 SLOGE("Short IPv4 address (%zu bytes) in %s",
198 SLOGE("Short IPv6 address (%zu bytes) in %s",
204 SLOGE("Unknown address family %d\n", ifaddr->ifa_family);
219 SLOGE("Short IFA_CACHEINFO (%zu vs. %zu bytes) in %s",
229 SLOGE("No IFA_ADDRESS in %s\n", msgtype);
313 SLOGE("%s: incorrect message type %d (%s)\n", __func__, type, msgname);
407 SLOGE("RTM_NEWNDUSEROPT invalid length %d > %d\n"
    [all...]
FrameworkListener.cpp 61 SLOGE("read() failed (%s)", strerror(errno));
191 SLOGE("Faking a timeout");
SocketClient.cpp 243 SLOGE("SocketClient refcount went negative!");
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 165 SLOGE("failed to seek\n");
171 SLOGE("failed to read\n");
175 SLOGE("failed to read all\n");
191 SLOGE("Not a valid F2FS super block. Magic:%#08x != %#08x",
202 SLOGE("Cannot open device to get filesystem size ");
308 SLOGE("Valid Checkpoint not found!!");
331 SLOGE("Could not read sit block at block %"PRIu64, address);
387 SLOGE("Out of memory!");
393 SLOGE("Out of memory!");
398 SLOGE("Failed to read superblock")
    [all...]
  /system/core/libprocessgroup/
processgroup.cpp 233 SLOGE("failed to open %s: %s", cgroup_root_path, strerror(errno));
305 SLOGE("failed to kill %d processes for processgroup %d\n",
349 SLOGE("failed to make and chown %s: %s", path, strerror(-ret));
357 SLOGE("failed to make and chown %s: %s", path, strerror(-ret));
366 SLOGE("failed to open %s: %s", path, strerror(errno));
376 SLOGE("failed to write '%s' to %s: %s", pid, path, strerror(errno));
  /system/core/libcutils/
sched_policy.c 80 SLOGE("add_tid_to_cgroup failed; fd=%d\n", fd);
119 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
125 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
214 SLOGE("Failed to find subsys %s", subsys);
218 SLOGE("Bad cgroup data {%s}", lineBuf);
  /bootable/recovery/
recovery-persist.cpp 60 if (ferror(fp)) SLOGE("%s %s", name, strerror(errno));
67 SLOGE("%s %s", destination, strerror(errno));
  /system/netd/server/
NetlinkManager.cpp 91 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
NetlinkHandler.cpp 154 SLOGE("Failed to send notification: vasprintf: %s", strerror(errno));
  /system/core/include/log/
log.h 287 #ifndef SLOGE
288 #define SLOGE(...) \

Completed in 350 milliseconds