Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dlog_message.cc100 const char* str_newline = stream_.c_str(); in ~LogMessage() local
/aosp_15_r20/system/update_engine/aosp/
H A Dlogging_android.cc241 const std::string& str_newline) { in RedirectToLiblog()
/aosp_15_r20/external/libchrome/base/
H A Dlogging.cc600 std::string str_newline(stream_.str()); in ~LogMessage() local
/aosp_15_r20/external/cronet/base/
H A Dlogging.cc733 std::string str_newline(stream_.str()); in Flush() local
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c1586 static PyObject *str_newline = NULL, *str_space = NULL; in builtin_print() local