Home
last modified time | relevance | path

Searched defs:ASSERT_LOG (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dlog.h40 #define ASSERT_LOG(condition, fmt, args...) \ macro
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dlog.h30 #define ASSERT_LOG(cond, ...) CHECK(cond) << fmt::sprintf(__VA_ARGS__) macro
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/include/
Dlog.h73 #define ASSERT_LOG(x, ...) \ macro