Searched refs:SLOGD (Results 1 – 10 of 10) sorted by relevance
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 21 SLOGD("%-30s" "\t\t[0x%#08x : %u]\n", \ 27 SLOGD("%-30s" "\t\t[0x%#016llx : %llu]\n", \ 37 SLOGD("\n"); in dbg_print_raw_sb_info() 38 SLOGD("+--------------------------------------------------------+\n"); in dbg_print_raw_sb_info() 39 SLOGD("| Super block |\n"); in dbg_print_raw_sb_info() 40 SLOGD("+--------------------------------------------------------+\n"); in dbg_print_raw_sb_info() 75 SLOGD("\n"); in dbg_print_raw_sb_info() 79 SLOGD("\n"); in dbg_print_raw_ckpt_struct() 80 SLOGD("+--------------------------------------------------------+\n"); in dbg_print_raw_ckpt_struct() 81 SLOGD("| Checkpoint |\n"); in dbg_print_raw_ckpt_struct() [all …]
|
/system/core/libsysutils/src/ |
D | ServiceManager.cpp | 59 SLOGD("Starting service '%s'", name); in start() 74 SLOGD("Sucessfully started '%s'", name); in start() 89 SLOGD("Stopping service '%s'", name); in stop() 105 SLOGD("Successfully stopped '%s'", name); in stop()
|
D | NetlinkEvent.cpp | 90 SLOGD("NL param '%s'\n", mParams[i]); in dump() 233 SLOGD("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype); in parseIfAddrMessage() 542 SLOGD("Unknown ND option type %d\n", opthdr->nd_opt_type); in parseNdUserOptMessage() 568 SLOGD("Unexpected netlink message type %d\n", nh->nlmsg_type); in parseBinaryNetlinkMessage()
|
D | FrameworkListener.cpp | 177 SLOGD("arg[%d] = '%s'", k, argv[k]); in dispatchCommand()
|
/system/core/libprocessgroup/ |
D | sched_policy.cpp | 98 SLOGD("vvv tid %d (%s)", tid, thread_name); in set_sched_policy() 104 SLOGD("^^^ tid %d (%s)", tid, thread_name); in set_sched_policy() 107 SLOGD("/// tid %d (%s)", tid, thread_name); in set_sched_policy() 110 SLOGD("RT tid %d (%s)", tid, thread_name); in set_sched_policy() 113 SLOGD("??? tid %d (%s)", tid, thread_name); in set_sched_policy()
|
/system/core/liblog/include/log/ |
D | log_system.h | 75 #ifndef SLOGD 76 #define SLOGD(...) \ macro
|
/system/core/liblog/include_vndk/log/ |
D | log_system.h | 75 #ifndef SLOGD 76 #define SLOGD(...) \ macro
|
/system/vold/ |
D | cryptfs.cpp | 405 SLOGD("Upgrading key"); in keymaster_sign_object() 416 SLOGD("Key upgraded successfully"); in keymaster_sign_object() 1457 SLOGD("unmounting %s succeeded\n", mountpoint); in wait_and_unmount() 1475 SLOGD("Just triggered post_fs_data"); in prep_data_fs() 1482 SLOGD("post_fs_data done"); in prep_data_fs() 1564 SLOGD("Just asked init to shut down class main\n"); in cryptfs_restart_internal() 1647 SLOGD("Just triggered restart_framework\n"); in cryptfs_restart_internal() 1742 SLOGD("crypt_ftr->fs_size = %lld\n", crypt_ftr->fs_size); in test_mount_encrypted_fs() 1812 SLOGD("%s(): Master key saved\n", __FUNCTION__); in test_mount_encrypted_fs() 1833 SLOGD("Key Derivation Function upgrade: rc=%d\n", rc); in test_mount_encrypted_fs() [all …]
|
/system/core/liblog/tests/ |
D | log_system_test.cpp | 42 SLOGD(content); in TEST()
|
/system/core/liblog/ |
D | README.md | 28 SLOGD(format, ...)
|