Searched refs:SLOGE (Results 1 - 21 of 21) sorted by relevance

/system/vold/
H A DNetlinkManager.cpp62 SLOGE("Unable to create uevent socket: %s", strerror(errno));
67 SLOGE("Unable to set uevent socket SO_RECBUFFORCE 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));
91 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
H A Dmain.cpp52 SLOGE("Unable to create VolumeManager");
57 SLOGE("Unable to create NetlinkManager");
67 SLOGE("Unable to start VolumeManager (%s)", strerror(errno));
72 SLOGE("Error reading configuration (%s)... continuing anyways", strerror(errno));
76 SLOGE("Unable to start NetlinkManager (%s)", strerror(errno));
87 SLOGE("Unable to start CommandListener (%s)", strerror(errno));
183 SLOGE("Error parsing type");
187 SLOGE("Error parsing label");
191 SLOGE("Error parsing mount point");
200 SLOGE("Erro
[all...]
H A Dcryptfs.c94 SLOGE("Cannot open device to get filesystem size ");
99 SLOGE("Cannot seek to superblock");
104 SLOGE("Cannot read superblock");
161 SLOGE("Cannot open real block device %s\n", fname);
166 SLOGE("Cannot get size of block device %s\n", fname);
177 SLOGE("Cannot seek to real block device footer\n");
183 SLOGE("Cannot open footer file %s\n", fname);
187 SLOGE("Unexpected value for crypto key location\n");
192 SLOGE("Cannot write real block device footer\n");
198 SLOGE("Keysiz
[all...]
H A DLoop.cpp52 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("Erro
[all...]
H A DVolume.cpp145 SLOGE("Failed to remove %s (%s)", filename, strerror(errno));
242 SLOGE("Failed to initialize MBR (%s)", strerror(errno));
255 SLOGE("Failed to format (%s)", strerror(errno));
274 SLOGE("Error opening /proc/mounts (%s)", strerror(errno));
336 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
356 SLOGE("Too many device nodes returned when mounting %d\n", getMountpoint());
363 SLOGE("Cannot setup encryption mapping for %d\n", getMountpoint());
374 SLOGE("Error making device node '%s' (%s)", nodepath,
385 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
408 SLOGE("
[all...]
H A DDevmapper.cpp45 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("Erro
[all...]
H A DVolumeManager.cpp85 SLOGE("Destination buffer is NULL");
89 SLOGE("Source buffer is NULL");
93 SLOGE("Target hash buffer size < %d bytes (%d)",
189 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));
208 SLOGE("Couldn't find ASEC %s", id);
226 SLOGE("Couldn't find ASEC %s", id);
252 SLOGE("Invalid filesystem type %s", fstype);
262 SLOGE("Invalid container size specified (%d sectors)", numSectors);
268 SLOGE("ASEC id '%s' currently exists", id);
276 SLOGE("ASE
[all...]
H A DFat.cpp73 SLOGE("Filesystem check failed (not a FAT filesystem)");
83 SLOGE("Failing check after too many rechecks");
88 SLOGE("Filesystem check failed (unknown exit code %d)", rc);
131 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
145 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno));
186 SLOGE("Format failed (unknown exit code %d)", rc);
H A DExt4.cpp62 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
85 SLOGE("Format (ext4) failed (unknown exit code %d)", rc);
H A DProcess.cpp185 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);
217 SLOGE("Sending SIGKILL to process %d", pid);
H A DDirectVolume.cpp108 SLOGE("Error making device node '%s' (%s)", nodepath,
198 SLOGE("Invalid 'PARTN' value");
207 SLOGE("Partition '%s' has a different major than its disk!", devpath);
214 SLOGE("Dv:partAdd: ignoring part_num = %d (max: %d)\n", part_num, MAX_PARTITIONS-1);
325 SLOGE("Failed to cleanup ASEC - unmount will probably fail!");
329 SLOGE("Failed to unmount volume on bad removal (%s)",
343 SLOGE("Failed to unshare volume on bad removal (%s)",
384 SLOGE("Can only change device info on a partition\n");
394 SLOGE("Cannot change path if there are more than one for a volume\n");
H A DXwarp.cpp76 SLOGE("Failed to write xwarp cfg (%s)", strerror(errno));
/system/core/libsysutils/src/
H A DNetlinkListener.cpp55 SLOGE("recvmsg failed (%s)", strerror(errno));
61 SLOGE("Error decoding NetlinkEvent");
H A DSocketListener.cpp74 SLOGE("Failed to start unbound listener");
79 SLOGE("Obtaining file descriptor socket '%s' failed: %s",
87 SLOGE("Unable to listen on socket (%s)", strerror(errno));
93 SLOGE("pipe failed (%s)", strerror(errno));
98 SLOGE("pthread_create (%s)", strerror(errno));
111 SLOGE("Error writing to control pipe (%s)", strerror(errno));
117 SLOGE("Error joining to listener thread (%s)", strerror(errno));
179 SLOGE("select failed (%s) mListen=%d, max=%d", strerror(errno), mListen, max);
198 SLOGE("accept failed (%s)", strerror(errno));
H A DServiceManager.cpp43 SLOGE("Service name '%s' is too long", name);
72 SLOGE("Service name '%s' is too long", name);
H A DFrameworkListener.cpp51 SLOGE("read() failed (%s)", strerror(errno));
169 SLOGE("Faking a timeout");
H A DNetlinkEvent.cpp86 SLOGE("Got a short RTM_NEWLINK message\n");
120 SLOGE("Got a short QLOG message\n");
226 SLOGE("NetlinkEvent::FindParam(): Parameter '%s' not found", paramName);
H A DSocketClient.cpp200 SLOGE("SocketClient refcount went negative!");
/system/core/libcutils/
H A Dsched_policy.c92 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/
H A DNetlinkManager.cpp77 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
/system/core/include/cutils/
H A Dlog.h271 #ifndef SLOGE
272 #define SLOGE(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro

Completed in 593 milliseconds