HomeSort by relevance Sort by last modified time
    Searched full:sloge (Results 1 - 24 of 24) sorted by null

  /system/vold/
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...]
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...]
NetlinkManager.cpp 62 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));
VolumeManager.cpp 85 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));
212 SLOGE("Couldn't find ASEC %s", id);
224 SLOGE("getAsecMountPath failed for %s: couldn't construct path in buffer", id);
236 SLOGE("Couldn't find ASEC %s", id);
267 SLOGE("Invalid filesystem type %s", fstype);
277 SLOGE("Invalid container size specified (%d sectors)", numSectors);
283 SLOGE("ASEC id '%s' currently exists", id)
    [all...]
cryptfs.c 94 SLOGE("Cannot open device to get filesystem size ");
99 SLOGE("Cannot seek to superblock");
104 SLOGE("Cannot read superblock");
148 SLOGE("Cannot open real block device %s\n", fname);
153 SLOGE("Cannot get size of block device %s\n", fname);
164 SLOGE("Cannot seek to real block device footer\n");
170 SLOGE("Cannot open footer file %s\n", fname);
174 SLOGE("Unexpected value for crypto key location\n");
179 SLOGE("Cannot write real block device footer\n");
185 SLOGE("Keysize of %d bits not supported for real block device %s\n"
    [all...]
Fat.cpp 70 SLOGE("Filesystem check failed due to logwrap error");
76 SLOGE("Filesystem check did not exit properly");
89 SLOGE("Filesystem check failed (not a FAT filesystem)");
99 SLOGE("Failing check after too many rechecks");
104 SLOGE("Filesystem check failed (unknown exit code %d)", status);
147 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
161 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno));
200 SLOGE("Filesystem format failed due to logwrap error");
206 SLOGE("Filesystem format did not exit properly");
217 SLOGE("Format failed (unknown exit code %d)", status)
    [all...]
Ext4.cpp 62 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
84 SLOGE("Filesystem (ext4) format failed due to logwrap error");
90 SLOGE("Filesystem (ext4) format did not exit properly");
101 SLOGE("Format (ext4) failed (unknown exit code %d)", status);
Volume.cpp 144 SLOGE("Failed to remove %s (%s)", filename, strerror(errno));
241 SLOGE("Failed to initialize MBR (%s)", strerror(errno));
254 SLOGE("Failed to format (%s)", strerror(errno));
273 SLOGE("Error opening /proc/mounts (%s)", strerror(errno));
335 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
355 SLOGE("Too many device nodes returned when mounting %d\n", getMountpoint());
362 SLOGE("Cannot setup encryption mapping for %d\n", getMountpoint());
373 SLOGE("Error making device node '%s' (%s)", nodepath,
384 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
407 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno))
    [all...]
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);
182 SLOGE("Failed to add devpath %s to volume %s",
Process.cpp 185 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);
fstrim.c 82 SLOGE("Cannot stat mount point %s\n", fstab->recs[i].mount_point);
87 SLOGE("%s is not a directory\n", fstab->recs[i].mount_point);
94 SLOGE("Cannot open %s for FITRIM\n", fstab->recs[i].mount_point);
103 SLOGE("FITRIM ioctl failed on %s", fstab->recs[i].mount_point);
144 SLOGE("Cannot create thread to do fstrim");
150 SLOGE("Cannot detach thread doing fstrim");
DirectVolume.cpp 108 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");
Xwarp.cpp 76 SLOGE("Failed to write xwarp cfg (%s)", strerror(errno));
  /system/core/libsysutils/src/
SocketListener.cpp 74 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));
NetlinkListener.cpp 55 SLOGE("recvmsg failed (%s)", strerror(errno));
61 SLOGE("Error decoding NetlinkEvent");
ServiceManager.cpp 43 SLOGE("Service name '%s' is too long", name);
72 SLOGE("Service name '%s' is too long", name);
NetlinkEvent.cpp 86 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);
FrameworkListener.cpp 53 SLOGE("read() failed (%s)", strerror(errno));
174 SLOGE("Faking a timeout");
SocketClient.cpp 200 SLOGE("SocketClient refcount went negative!");
  /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/
NetlinkManager.cpp 77 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 601 sloge("Error mapping networkType " + netType + " to apnType.");
634 static private void sloge(String s) { method in class:MobileDataStateTracker
  /system/core/include/cutils/
log.h 271 #ifndef SLOGE
272 #define SLOGE(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /dalvik/vm/
Init.cpp     [all...]

Completed in 308 milliseconds