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

  /system/core/libsysutils/src/
FrameworkCommand.cpp 32 SLOGW("Command %s has no run handler!", getCommand());
ServiceManager.cpp 47 SLOGW("Service '%s' is already running", name);
62 SLOGW("Timed out waiting for service '%s' to start", name);
76 SLOGW("Service '%s' is already stopped", name);
92 SLOGW("Timed out waiting for service '%s' to stop", name);
FrameworkClient.cpp 26 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
SocketClient.cpp 121 SLOGW("malloc error (%s)", strerror(errno));
146 SLOGW("Unable to send msg '%s'", msg);
184 int e = 0; // SLOGW and sigaction are not inert regarding errno
212 SLOGW("0 length write :(");
215 SLOGW("write error (%s)", strerror(e));
FrameworkListener.cpp 65 SLOGW("String is not zero-terminated");
189 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno));
SocketListener.cpp 299 SLOGW("Error sending broadcast (%s)", strerror(errno));
  /system/vold/
ResponseCode.cpp 40 SLOGW("Returning OperationFailed - no handler for errno %d", errno);
NetlinkHandler.cpp 50 SLOGW("No subsystem found in netlink event");
Fat.cpp 55 SLOGW("Skipping fs checks\n");
97 SLOGW("Filesystem modified - rechecking (pass %d)",
137 SLOGW("The SD card is world-writable because the"
DirectVolume.cpp 61 SLOGW("Deprecated implied prefix pattern detected, please use '%s*' instead", pattern);
182 SLOGW("Ignoring non add/remove/change event");
201 SLOGW("Kernel block uevent missing 'NPARTS'");
233 SLOGW("Kernel block uevent missing 'PARTN'");
293 SLOGW("Kernel block uevent missing 'NPARTS'");
Volume.cpp 200 SLOGW("Duplicate state (%d)\n", state);
243 SLOGW("Volume is idle but appears to be mounted - fixing");
354 SLOGW("Volume is idle but appears to be mounted - fixing");
428 SLOGW("%s does not contain a FAT filesystem\n", devicePath);
486 SLOGW("fs_prepare_dir failed: %s", strerror(errno));
522 SLOGW("Failed to unmount %s (%s, retries %d, action %d)",
cryptfs.c 373 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr);
558 SLOGW("upgrading crypto footer to 1.1");
587 SLOGW("upgrading crypto footer to 1.2");
597 SLOGW("upgrading crypto footer to 1.3");
664 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
    [all...]
VolumeManager.cpp 258 SLOGW("No volumes handled block event for '%s'", devpath);
645 SLOGW("Size unchanged; ignoring resize request");
951 SLOGW("Rename attempt when src mounted");
963 SLOGW("Rename attempt when dst mounted");
1056 SLOGW("%s unmount attempt %d failed (%s)",
1085 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno));
1107 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno));
    [all...]
Loop.cpp 264 SLOGW("fallocate not found. Falling back to ftruncate.");
Process.cpp 218 SLOGW("Sending SIGHUP to process %d", pid);
  /system/core/logd/
libaudit.c 63 SLOGW("Expected sequence number between user space and kernel space is out of skew, "
158 SLOGW("Auditd to Kernel sequence number has rolled over");
  /system/core/libprocessgroup/
processgroup.cpp 74 SLOGW("failed to open %s: %s", path, strerror(errno));
227 SLOGW("Yikes, we've been told to kill pid 0! How about we don't do that.");
239 SLOGW("failed to kill pid %d: %s", pid, strerror(errno));
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 261 #ifndef SLOGW
262 #define SLOGW(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__))
  /system/core/include/log/
log.h 258 #ifndef SLOGW
259 #define SLOGW(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__))
  /system/core/libcutils/
sched_policy.c 113 SLOGW("add_tid_to_cgroup failed to write '%s' (%s); policy=%d\n",

Completed in 334 milliseconds