Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp407 BufferOutputStream os(buffer, buffer_size); in async_safe_format_buffer_va_list() local
421 FdOutputStream os(fd); in async_safe_format_fd() local
514 BufferOutputStream os(buffer, sizeof(buffer)); in async_safe_format_log_va_list() local
529 BufferOutputStream os(msg, sizeof(msg)); in async_safe_fatal_va_list() local
/bionic/tests/
Dleak_test.cpp102 std::ostream& operator<<(std::ostream& os, const LeakChecker& lc) { in operator <<()
Dcomplex_test.cpp48 inline void PrintTo(const double _Complex& c, std::ostream* os) { in PrintTo()
51 inline void PrintTo(const float _Complex& c, std::ostream* os) { in PrintTo()
54 inline void PrintTo(const long double _Complex& c, std::ostream* os) { in PrintTo()
/bionic/tools/versioner/src/
DPreprocessor.cpp129 std::ofstream os(path.c_str(), std::ios_base::out | std::ios_base::trunc); in writeFileLines() local