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

1 2

  /system/vold/
NetlinkManager.cpp 62 SLOGE("Unable to create uevent socket: %s", strerror(errno));
67 SLOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
72 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
77 SLOGE("Unable to bind uevent socket: %s", strerror(errno));
83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
98 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
Loop.cpp 52 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
66 SLOGE("Unable to get loop status for %s (%s)", filename,
96 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
110 SLOGE("Unable to get loop status for %s (%s)", filename,
146 SLOGE("Error creating loop device node (%s)", strerror(errno));
152 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
163 SLOGE("Unable to get loop status for %s (%s)", filename,
170 SLOGE("Exhausted all loop devices");
180 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno));
186 SLOGE("Error setting up loopback interface (%s)", strerror(errno))
    [all...]
Fat.cpp 72 SLOGE("Filesystem check failed due to logwrap error");
78 SLOGE("Filesystem check did not exit properly");
91 SLOGE("Filesystem check failed (not a FAT filesystem)");
101 SLOGE("Failing check after too many rechecks");
106 SLOGE("Filesystem check failed (unknown exit code %d)", status);
149 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
163 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno));
207 SLOGE("Filesystem format failed due to logwrap error");
213 SLOGE("Filesystem format did not exit properly");
224 SLOGE("Format failed (unknown exit code %d)", status)
    [all...]
CheckBattery.cpp 56 SLOGE("No batteryproperties service!");
62 SLOGE("No IBatteryPropertiesRegistrar interface");
77 SLOGE("Failed to get battery charge");
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...]
Ext4.cpp 63 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
82 SLOGE("Filesystem (ext4) resize failed to set size");
90 SLOGE("Filesystem (ext4) resize failed due to logwrap error");
96 SLOGE("Filesystem (ext4) resize did not exit properly");
107 SLOGE("Resize (ext4) failed (unknown exit code %d)", status);
139 SLOGE("Filesystem (ext4) format failed due to logwrap error");
145 SLOGE("Filesystem (ext4) format did not exit properly");
156 SLOGE("Format (ext4) failed (unknown exit code %d)", status);
VolumeManager.cpp 65 SLOGE("Failed to open %s for superblock write (%s)", name, strerror(errno));
70 SLOGE("Failed to lseek for superblock (%s)", strerror(errno));
76 SLOGE("Failed to write superblock (%s)", strerror(errno));
109 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno));
128 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno));
193 SLOGE("Destination buffer is NULL");
197 SLOGE("Source buffer is NULL");
201 SLOGE("Target hash buffer size < %d bytes (%zu)",
312 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));
335 SLOGE("getAsecMountPath: Invalid asec id \"%s\"", id)
    [all...]
cryptfs.c 127 SLOGE("Failed to init keymaster");
156 SLOGE("Failed to init keymaster");
170 SLOGE("Failed to generate keypair");
176 SLOGE("Keymaster key too large for crypto footer");
200 SLOGE("Failed to init keymaster");
259 SLOGE("Unknown KDF type %d", ftr->kdf_type);
390 SLOGE("Cannot open device to get filesystem size ");
395 SLOGE("Cannot seek to superblock");
400 SLOGE("Cannot read superblock");
407 SLOGE("Not a valid ext4 superblock")
    [all...]
fstrim.c 88 SLOGE("Cannot stat mount point %s\n", fstab->recs[i].mount_point);
93 SLOGE("%s is not a directory\n", fstab->recs[i].mount_point);
100 SLOGE("Cannot open %s for FITRIM\n", fstab->recs[i].mount_point);
111 SLOGE("%s ioctl failed on %s (error %d/%s)", deep_trim ? "FIDTRIM" : "FITRIM", fstab->recs[i].mount_point, errno, strerror(errno));
153 SLOGE("Cannot create thread to do fstrim");
159 SLOGE("Cannot detach thread doing fstrim");
main.cpp 61 SLOGE("Unable to create VolumeManager");
66 SLOGE("Unable to create NetlinkManager");
76 SLOGE("Unable to start VolumeManager (%s)", strerror(errno));
81 SLOGE("Error reading configuration (%s)... continuing anyways", strerror(errno));
85 SLOGE("Unable to start NetlinkManager (%s)", strerror(errno));
96 SLOGE("Unable to start CommandListener (%s)", strerror(errno));
167 SLOGE("failed to open %s\n", fstab_filename);
192 SLOGE("Failed to add devpath %s to volume %s",
Volume.cpp 266 SLOGE("Failed to initialize MBR (%s)", strerror(errno));
279 SLOGE("Failed to format (%s)", strerror(errno));
298 SLOGE("Error opening /proc/mounts (%s)", strerror(errno));
362 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
381 SLOGE("Too many device nodes returned when mounting %s\n", getMountpoint());
388 SLOGE("Cannot setup encryption mapping for %s\n", getMountpoint());
399 SLOGE("Error making device node '%s' (%s)", nodepath,
410 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
433 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno));
443 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno))
    [all...]
DirectVolume.cpp 69 SLOGE("Bad matching type");
151 SLOGE("Error making device node '%s' (%s)", nodepath,
238 SLOGE("Invalid 'PARTN' value");
247 SLOGE("Partition '%s' has a different major than its disk!", devpath);
254 SLOGE("Dv:partAdd: ignoring part_num = %d (max: %d)\n", part_num, MAX_PARTITIONS-1);
363 SLOGE("Failed to cleanup ASEC - unmount will probably fail!");
372 SLOGE("Failed to unmount volume on bad removal (%s)",
386 SLOGE("Failed to unshare volume on bad removal (%s)",
427 SLOGE("Can only change device info on a partition\n");
437 SLOGE("Cannot change path if there are more than one for a volume\n")
    [all...]
Process.cpp 189 SLOGE("opendir failed (%s)", strerror(errno));
205 SLOGE("Process %s (%d) has open file %s", name, pid, openfile);
207 SLOGE("Process %s (%d) has open filemap for %s", name, pid, openfile);
209 SLOGE("Process %s (%d) has cwd within %s", name, pid, path);
211 SLOGE("Process %s (%d) has chroot within %s", name, pid, path);
213 SLOGE("Process %s (%d) has executable path within %s", name, pid, path);
221 SLOGE("Sending SIGKILL to process %d", pid);
  /system/core/libsysutils/src/
NetlinkListener.cpp 55 SLOGE("recvmsg failed (%s)", strerror(errno));
65 SLOGE("Error decoding NetlinkEvent");
NetlinkEvent.cpp 111 SLOGE("Got a short %s message\n", rtMessageName(nh->nlmsg_type));
124 SLOGE("Multiple %s attributes in %s, ignoring\n", attributeName, messageName);
173 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type);
193 SLOGE("Short IPv4 address (%zu bytes) in %s",
201 SLOGE("Short IPv6 address (%zu bytes) in %s",
207 SLOGE("Unknown address family %d\n", ifaddr->ifa_family);
213 SLOGE("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype);
223 SLOGE("Short IFA_CACHEINFO (%zu vs. %zu bytes) in %s",
233 SLOGE("No IFA_ADDRESS in %s\n", msgtype);
283 SLOGE("%s: incorrect message type %d (%s)\n", __func__, type, msgname)
    [all...]
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",
92 SLOGE("Unable to listen on socket (%s)", strerror(errno));
98 SLOGE("pipe failed (%s)", strerror(errno));
103 SLOGE("pthread_create (%s)", strerror(errno));
116 SLOGE("Error writing to control pipe (%s)", strerror(errno));
122 SLOGE("Error joining to listener thread (%s)", strerror(errno));
186 SLOGE("select failed (%s) mListen=%d, max=%d", strerror(errno), mListen, max);
211 SLOGE("accept failed (%s)", strerror(errno));
FrameworkListener.cpp 60 SLOGE("read() failed (%s)", strerror(errno));
180 SLOGE("Faking a timeout");
  /system/core/logd/
libaudit.c 111 SLOGE("netlink message is too large");
142 SLOGE("Error sending data over the netlink socket: %s", strerror(-errno));
184 SLOGE("Could net set pid for audit events, error: %s", strerror(-rc));
245 SLOGE("Error receiving from netlink socket, error: %s", strerror(-rc));
250 SLOGE("Protocol fault, error: %s", strerror(EPROTO));
256 SLOGE("Invalid netlink pid received, expected 0 got: %d", nladdr.nl_pid);
263 SLOGE("Bad kernel response %s", strerror(-rc));
273 SLOGE("Attempting to close invalid fd %d, error: %s", fd, strerror(errno));
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 162 SLOGE("failed to seek\n");
168 SLOGE("failed to read\n");
172 SLOGE("failed to read all\n");
188 SLOGE("Not a valid F2FS super block. Magic:%#08x != %#08x",
199 SLOGE("Cannot open device to get filesystem size ");
305 SLOGE("Valid Checkpoint not found!!");
328 SLOGE("Could not read sit block at block %"PRIu64, address);
384 SLOGE("Out of memory!");
390 SLOGE("Out of memory!");
395 SLOGE("Failed to read superblock")
    [all...]
  /system/core/libprocessgroup/
processgroup.cpp 191 SLOGE("failed to open %s: %s", PROCESSGROUP_CGROUP_PATH, strerror(errno));
262 SLOGE("failed to kill %d processes for processgroup %d\n",
306 SLOGE("failed to make and chown %s: %s", path, strerror(-ret));
314 SLOGE("failed to make and chown %s: %s", path, strerror(-ret));
323 SLOGE("failed to open %s: %s", path, strerror(errno));
333 SLOGE("failed to write '%s' to %s: %s", pid, path, strerror(errno));
  /system/core/libcutils/
sched_policy.c 92 SLOGE("add_tid_to_cgroup failed; policy=%d\n", policy);
137 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
143 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
209 SLOGE("Failed to find cpu subsys");
213 SLOGE("Bad cgroup data {%s}", lineBuf);
  /system/netd/server/
NetlinkManager.cpp 77 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 275 #ifndef SLOGE
276 #define SLOGE(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /system/core/include/log/
log.h 272 #ifndef SLOGE
273 #define SLOGE(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))

Completed in 409 milliseconds

1 2