Searched defs:TAG (Results 1 - 4 of 4) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_crypt_init_extensions.cpp17 #define TAG "ext4_utils" macro
48 KLOG_ERROR(TAG, "%s\n", message);
50 KLOG_WARNING(TAG, "%s\n", message);
52 KLOG_INFO(TAG, "%s\n", message);
68 KLOG_ERROR(TAG, "Failed to create %s (%s)\n",
88 KLOG_ERROR(TAG, "Failed to create keyring (%s)\n", strerror(errno));
92 KLOG_INFO(TAG, "Keyring created with id %d in process %d\n",
133 KLOG_INFO(TAG, "Not setting policy on %s\n", dir);
141 KLOG_ERROR(TAG, "Unable to read system policy to set on %s\n", dir);
151 KLOG_INFO(TAG, "Settin
[all...]
/system/core/libcutils/
H A Dandroid_reboot.c36 #define TAG "android_reboot" macro
77 KLOG_WARNING(TAG, "Failed to open /proc/mounts.\n");
150 KLOG_WARNING(TAG, "Failed to open sysrq-trigger.\n");
158 KLOG_WARNING(TAG, "Failed to write to sysrq-trigger.\n");
169 KLOG_WARNING(TAG, "Failed to open /proc/mounts.\n");
196 KLOG_WARNING(TAG, "Failed to remount %s in readonly mode.\n",
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestServiceClient.java46 private static final String TAG = "TestServiceClient"; field in class:TestServiceClient
67 Log.i(TAG, line);
72 Log.e(TAG, line);
97 Log.e(TAG, message);
709 Log.i(TAG, "Starting!");
/system/core/liblog/tests/
H A Dliblog_test.cpp1521 const int TAG = 123456781; local
1533 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN));
1551 if (tag != TAG) {
1602 const int TAG = 123456782; local
1614 TAG, SUBTAG, UID, max_payload_buf, DATA_LEN));
1633 if (tag != TAG) {
1689 const int TAG = 123456783; local
1701 TAG, SUBTAG, UID, NULL, DATA_LEN));
1719 if (tag == TAG) {
1732 const int TAG local
1814 const int TAG = 123456785; local
1872 const int TAG = 123456786; local
[all...]

Completed in 184 milliseconds