Searched refs:SLOGW (Results 1 – 19 of 19) sorted by relevance
/system/core/libsysutils/src/ |
D | ServiceManager.cpp | 47 SLOGW("Service '%s' is already running", name); in start() 62 SLOGW("Timed out waiting for service '%s' to start", name); in start() 76 SLOGW("Service '%s' is already stopped", name); in stop() 92 SLOGW("Timed out waiting for service '%s' to stop", name); in stop()
|
D | SocketClient.cpp | 122 SLOGW("malloc error (%s)", strerror(errno)); in quoteArg() 147 SLOGW("Unable to send msg '%s'", msg); in sendMsg() 213 SLOGW("0 length write :("); in sendDataLockedv() 216 SLOGW("write error (%s)", strerror(e)); in sendDataLockedv()
|
D | FrameworkCommand.cpp | 32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
|
D | FrameworkClient.cpp | 26 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno)); in sendMsg()
|
D | FrameworkListener.cpp | 65 SLOGW("String is not zero-terminated"); in onDataAvailable() 189 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
D | SocketListener.cpp | 301 SLOGW("Error sending broadcast (%s)", strerror(errno)); in sendBroadcast()
|
/system/vold/fs/ |
D | Vfat.cpp | 69 SLOGW("Skipping fs checks\n"); in Check() 103 SLOGW("Filesystem modified - rechecking (pass %d)", in Check() 146 SLOGW("The SD card is world-writable because the" in Mount()
|
/system/vold/ |
D | ResponseCode.cpp | 40 SLOGW("Returning OperationFailed - no handler for errno %d", errno); in convertFromErrno()
|
D | NetlinkHandler.cpp | 50 SLOGW("No subsystem found in netlink event"); in onEvent()
|
D | VolumeManager.cpp | 425 SLOGW("Failed to unlink %s: %s", target.c_str(), strerror(errno)); in linkPrimary() 430 SLOGW("Failed to link %s to %s: %s", source.c_str(), target.c_str(), in linkPrimary() 682 SLOGW("Tearing down stale mount %s", path.c_str()); in unmountAll() 1020 SLOGW("Size unchanged; ignoring resize request"); in resizeAsec() 1328 SLOGW("Rename attempt when src mounted"); in renameAsec() 1340 SLOGW("Rename attempt when dst mounted"); in renameAsec() 1433 SLOGW("%s unmount attempt %d failed (%s)", in unmountLoopImage() 1462 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno)); in unmountLoopImage() 1484 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno)); in unmountLoopImage() 1497 SLOGW("mActiveContainers is inconsistent!"); in unmountLoopImage()
|
D | cryptfs.c | 502 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr); in get_device_scrypt_params() 688 SLOGW("upgrading crypto footer to 1.1"); in upgrade_crypt_ftr() 719 SLOGW("upgrading crypto footer to 1.2"); in upgrade_crypt_ftr() 729 SLOGW("upgrading crypto footer to 1.3"); in upgrade_crypt_ftr() 796 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n", in get_crypt_ftr_and_key() 1484 SLOGW("failure decrypting master key"); 1528 SLOGW("sending SIGHUP to processes with open files\n"); 1531 SLOGW("sending SIGKILL to processes with open files\n"); 1947 SLOGW("Upgrade failed with error %d," 2255 SLOGW("Error getting time"); [all …]
|
D | Process.cpp | 214 SLOGW("Sending %s to process %d", strsignal(signal), pid); in killProcessesWithOpenFiles()
|
D | Ext4Crypt.cpp | 313 SLOGW("Failed to update failed_decrypt_count"); in e4crypt_check_passwd() 321 SLOGW("Failed to reset failed_decrypt_count"); in e4crypt_check_passwd()
|
D | Loop.cpp | 284 SLOGW("fallocate not found. Falling back to ftruncate."); in resizeImageFile()
|
/system/core/logd/ |
D | libaudit.c | 63 SLOGW("Expected sequence number between user space and kernel space is out of skew, " in get_ack() 158 SLOGW("Auditd to Kernel sequence number has rolled over"); in audit_send()
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 76 SLOGW("failed to open %s: %s", path, strerror(errno)); in initCtx() 229 SLOGW("Yikes, we've been told to kill pid 0! How about we don't do that."); in killProcessGroupOnce() 241 SLOGW("failed to kill pid %d: %s", pid, strerror(errno)); in killProcessGroupOnce()
|
/system/core/include/log/ |
D | log.h | 272 #ifndef SLOGW 273 #define SLOGW(...) \ macro
|
/system/core/libcutils/ |
D | sched_policy.c | 93 SLOGW("add_tid_to_cgroup failed to write '%s' (%s); fd=%d\n", in add_tid_to_cgroup()
|
/system/core/liblog/ |
D | README | 38 SLOGW(format, ...)
|