Searched refs:SLOGW (Results 1 – 16 of 16) 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 | 118 SLOGW("malloc error (%s)", strerror(errno)); in quoteArg() 143 SLOGW("Unable to send msg '%s'", msg); in sendMsg() 184 SLOGW("0 length write :("); in sendDataLocked() 187 SLOGW("write error (%s)", strerror(errno)); in sendDataLocked()
|
D | FrameworkCommand.cpp | 29 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 | 58 SLOGW("String is not zero-terminated"); in onDataAvailable() 183 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
D | SocketListener.cpp | 253 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 | 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 | DirectVolume.cpp | 144 SLOGW("Ignoring non add/remove/change event"); in handleBlockEvent() 162 SLOGW("Kernel block uevent missing 'NPARTS'"); in handleDiskAdded() 198 SLOGW("Kernel block uevent missing 'PARTN'"); in handlePartitionAdded() 256 SLOGW("Kernel block uevent missing 'NPARTS'"); in handleDiskChanged()
|
D | VolumeManager.cpp | 151 SLOGW("No volumes handled block event for '%s'", devpath); in handleBlockEvent() 710 SLOGW("Rename attempt when src mounted"); in renameAsec() 722 SLOGW("Rename attempt when dst mounted"); in renameAsec() 815 SLOGW("%s unmount attempt %d failed (%s)", in unmountLoopImage() 844 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno)); in unmountLoopImage() 860 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno)); in unmountLoopImage() 873 SLOGW("mActiveContainers is inconsistent!"); in unmountLoopImage() 1538 SLOGW("Attempt to unmount volume which isn't mounted (%d)\n", in unmountVolume()
|
D | Process.cpp | 214 SLOGW("Sending SIGHUP to process %d", pid); in killProcessesWithOpenFiles()
|
D | cryptfs.c | 143 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr); in get_device_scrypt_params() 324 SLOGW("upgrading crypto footer to 1.1"); in upgrade_crypt_ftr() 353 SLOGW("upgrading crypto footer to 1.2"); in upgrade_crypt_ftr() 424 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n", in get_crypt_ftr_and_key() 983 SLOGW("failure decrypting master key"); in decrypt_master_key()
|
/system/core/include/log/ |
D | log.h | 257 #ifndef SLOGW 258 #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()
|