Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp456 BufferOutputStream os(buffer, buffer_size); in async_safe_format_buffer_va_list() local
470 FdOutputStream os(fd); in async_safe_format_fd_va_list() local
568 BufferOutputStream os(buffer, sizeof(buffer)); in async_safe_format_log_va_list() local
583 BufferOutputStream os(msg, sizeof(msg)); in async_safe_fatal_va_list() local
/bionic/tests/
Dutils.cpp76 void PrintTo(const Errno& e, std::ostream* os) { in PrintTo()
Dcomplex_test.cpp42 inline void PrintTo(const double _Complex& c, std::ostream* os) { in PrintTo()
45 inline void PrintTo(const float _Complex& c, std::ostream* os) { in PrintTo()
48 inline void PrintTo(const long double _Complex& c, std::ostream* os) { in PrintTo()
Dleak_test.cpp106 std::ostream& operator<<(std::ostream& os, const LeakChecker& lc) { in operator <<()
/bionic/tools/versioner/src/
DPreprocessor.cpp130 std::ofstream os(path.c_str(), std::ios_base::out | std::ios_base::trunc); in writeFileLines() local