Searched refs:TAG (Results 1 – 8 of 8) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4_crypt_init_extensions.cpp | 17 #define TAG "ext4_utils" macro 48 KLOG_ERROR(TAG, "%s\n", message); in kernel_logger() 50 KLOG_WARNING(TAG, "%s\n", message); in kernel_logger() 52 KLOG_INFO(TAG, "%s\n", message); in kernel_logger() 68 KLOG_ERROR(TAG, "Failed to create %s (%s)\n", in e4crypt_create_device_key() 88 KLOG_ERROR(TAG, "Failed to create keyring (%s)\n", strerror(errno)); in e4crypt_install_keyring() 92 KLOG_INFO(TAG, "Keyring created with id %d in process %d\n", in e4crypt_install_keyring() 133 KLOG_INFO(TAG, "Not setting policy on %s\n", dir); in e4crypt_set_directory_policy() 141 KLOG_ERROR(TAG, "Unable to read system policy to set on %s\n", dir); in e4crypt_set_directory_policy() 144 KLOG_INFO(TAG, "Setting policy on %s\n", dir); in e4crypt_set_directory_policy() [all …]
|
/system/core/adb/ |
D | adb_trace.h | 43 #define VLOG_IS_ON(TAG) \ argument 44 ((adb_trace_mask & (1 << TAG)) != 0) 46 #define VLOG(TAG) \ argument 47 if (LIKELY(!VLOG_IS_ON(TAG))) \
|
/system/core/libcutils/ |
D | android_reboot.c | 36 #define TAG "android_reboot" macro 77 KLOG_WARNING(TAG, "Failed to open /proc/mounts.\n"); in find_rw() 150 KLOG_WARNING(TAG, "Failed to open sysrq-trigger.\n"); in remount_ro() 158 KLOG_WARNING(TAG, "Failed to write to sysrq-trigger.\n"); in remount_ro() 169 KLOG_WARNING(TAG, "Failed to open /proc/mounts.\n"); in remount_ro() 196 KLOG_WARNING(TAG, "Failed to remount %s in readonly mode.\n", in remount_ro()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1513 const int TAG = 123456781; in TEST() local 1525 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN)); in TEST() 1543 if (tag != TAG) { in TEST() 1594 const int TAG = 123456782; in TEST() local 1606 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN)); in TEST() 1625 if (tag != TAG) { in TEST() 1681 const int TAG = 123456783; in TEST() local 1693 TAG, SUBTAG, UID, NULL, DATA_LEN)); in TEST() 1711 if (tag == TAG) { in TEST() 1724 const int TAG = 123456784; in TEST() local [all …]
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 46 private static final String TAG = "TestServiceClient"; field in TestServiceClient 67 Log.i(TAG, line); in log() 72 Log.e(TAG, line); in logAndThrow() 97 Log.e(TAG, message); in init() 709 Log.i(TAG, "Starting!"); in onCreate()
|
/system/core/crash_reporter/ |
D | crash_sender | 86 TAG="$(basename $0)[$$]" 99 log -t "${TAG}" "$@"
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|
D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|