Home
last modified time | relevance | path

Searched defs:log (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Ddebug.cc25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_; in ~Logger() local
/bionic/tests/
Dmath_test.cpp493 TEST(math, log) { in TEST() argument