Home
last modified time | relevance | path

Searched defs:os (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/async_safe/
Dasync_safe_log.cpp425 BufferOutputStream os(buffer, buffer_size); in async_safe_format_buffer_va_list() local
439 FdOutputStream os(fd); in async_safe_format_fd_va_list() local
537 BufferOutputStream os(buffer, sizeof(buffer)); in async_safe_format_log_va_list() local
552 BufferOutputStream os(msg, sizeof(msg)); in async_safe_fatal_va_list() local
/bionic/tests/
Dcomplex_test.cpp47 inline void PrintTo(const double _Complex& c, std::ostream* os) { in PrintTo()
50 inline void PrintTo(const float _Complex& c, std::ostream* os) { in PrintTo()
53 inline void PrintTo(const long double _Complex& c, std::ostream* os) { in PrintTo()
Dleak_test.cpp105 std::ostream& operator<<(std::ostream& os, const LeakChecker& lc) { in operator <<()
/bionic/tools/versioner/src/
DPreprocessor.cpp129 std::ofstream os(path.c_str(), std::ios_base::out | std::ios_base::trunc); in writeFileLines() local