/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 | 121 SLOGW("malloc error (%s)", strerror(errno)); in quoteArg() 146 SLOGW("Unable to send msg '%s'", msg); in sendMsg() 212 SLOGW("0 length write :("); in sendDataLockedv() 215 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 | 299 SLOGW("Error sending broadcast (%s)", strerror(errno)); in sendBroadcast()
|
/system/vold/ |
D | Fat.cpp | 55 SLOGW("Skipping fs checks\n"); in check() 97 SLOGW("Filesystem modified - rechecking (pass %d)", in check() 137 SLOGW("The SD card is world-writable because the" in doMount()
|
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 | DirectVolume.cpp | 61 SLOGW("Deprecated implied prefix pattern detected, please use '%s*' instead", pattern); in match() 182 SLOGW("Ignoring non add/remove/change event"); in handleBlockEvent() 201 SLOGW("Kernel block uevent missing 'NPARTS'"); in handleDiskAdded() 233 SLOGW("Kernel block uevent missing 'PARTN'"); in handlePartitionAdded() 293 SLOGW("Kernel block uevent missing 'NPARTS'"); in handleDiskChanged()
|
D | Volume.cpp | 200 SLOGW("Duplicate state (%d)\n", state); in setState() 243 SLOGW("Volume is idle but appears to be mounted - fixing"); in formatVol() 354 SLOGW("Volume is idle but appears to be mounted - fixing"); in mountVol() 428 SLOGW("%s does not contain a FAT filesystem\n", devicePath); in mountVol() 486 SLOGW("fs_prepare_dir failed: %s", strerror(errno)); in mountAsecExternal() 522 SLOGW("Failed to unmount %s (%s, retries %d, action %d)", in doUnmount()
|
D | VolumeManager.cpp | 258 SLOGW("No volumes handled block event for '%s'", devpath); in handleBlockEvent() 645 SLOGW("Size unchanged; ignoring resize request"); in resizeAsec() 951 SLOGW("Rename attempt when src mounted"); in renameAsec() 963 SLOGW("Rename attempt when dst mounted"); in renameAsec() 1056 SLOGW("%s unmount attempt %d failed (%s)", in unmountLoopImage() 1085 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno)); in unmountLoopImage() 1107 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno)); in unmountLoopImage() 1120 SLOGW("mActiveContainers is inconsistent!"); in unmountLoopImage() 1723 SLOGW("Attempt to unmount volume which isn't mounted (%d)\n", in unmountVolume()
|
D | cryptfs.c | 373 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr); in get_device_scrypt_params() 558 SLOGW("upgrading crypto footer to 1.1"); in upgrade_crypt_ftr() 587 SLOGW("upgrading crypto footer to 1.2"); in upgrade_crypt_ftr() 597 SLOGW("upgrading crypto footer to 1.3"); in upgrade_crypt_ftr() 664 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n", in get_crypt_ftr_and_key() 1407 SLOGW("failure decrypting master key"); in decrypt_master_key() 1453 SLOGW("sending SIGHUP to processes with open files\n"); in wait_and_unmount() 1456 SLOGW("sending SIGKILL to processes with open files\n"); in wait_and_unmount() 1841 SLOGW("Upgrade failed with error %d," in test_mount_encrypted_fs() 1965 SLOGW("Password not correctly hex encoded."); in adjust_passwd() [all …]
|
D | Process.cpp | 218 SLOGW("Sending SIGHUP to process %d", pid); in killProcessesWithOpenFiles()
|
D | Loop.cpp | 264 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 | 74 SLOGW("failed to open %s: %s", path, strerror(errno)); in initCtx() 227 SLOGW("Yikes, we've been told to kill pid 0! How about we don't do that."); in killProcessGroupOnce() 239 SLOGW("failed to kill pid %d: %s", pid, strerror(errno)); in killProcessGroupOnce()
|
/system/core/include/log/ |
D | log.h | 258 #ifndef SLOGW 259 #define SLOGW(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_WARN, LOG_TAG, __VA_AR… macro
|
/system/core/libcutils/ |
D | sched_policy.c | 113 SLOGW("add_tid_to_cgroup failed to write '%s' (%s); policy=%d\n", in add_tid_to_cgroup()
|
/system/core/liblog/ |
D | README | 38 SLOGW(format, ...)
|