Home
last modified time | relevance | path

Searched refs:CBS (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp41 #define CBS(...) CB(false, __VA_ARGS__) macro
173 CBS(""); in print_thread_backtrace()
188 CBS(""); in print_thread_memory_dump()
190 CBS("memory near %s:", mem.register_name().c_str()); in print_thread_memory_dump()
192 CBS("memory near %s (%s):", mem.register_name().c_str(), mem.mapping_name().c_str()); in print_thread_memory_dump()
227 CBS("%s %s", line.c_str(), ascii); in print_thread_memory_dump()
256 CBS(""); in print_tag_dump()
257 CBS("Memory tags around the fault address (0x%" PRIx64 "), one tag per %zu bytes:", in print_tag_dump()
286 CBS(" =>0x%" PRIxPTR ":%s", row_addr, row_contents.c_str()); in print_tag_dump()
288 CBS(" 0x%" PRIxPTR ":%s", row_addr, row_contents.c_str()); in print_tag_dump()
[all …]
/system/security/keystore2/src/crypto/
Dcrypto.cpp252 CBS cbs; in ECKEYParsePrivateKey()
/system/security/keystore2/src/crypto/tests/
Dcertificate_utils_test.cpp248 CBS cbs; in TEST_P()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp976 CBS cbs; in makeCert()