Home
last modified time | relevance | path

Searched refs:str_to_copy (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/text/
DPrinter.cpp50 const StringPiece str_to_copy = str.substr(remaining_str_begin, new_line_iter); in Print() local
51 if (!str_to_copy.empty()) { in Print()
62 if (!io::Copy(out_, str_to_copy)) { in Print()