Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp267 Maybe<StringPiece> compiled_text; in WriteAttributes() local
274 compiled_text = StringPiece(*string_value->value); in WriteAttributes()
284 compiled_text = StringPiece(processed_str); in WriteAttributes()
287 if (compiled_text) { in WriteAttributes()
290 AddString(compiled_text.value(), kLowPriority, in WriteAttributes()
295 AddString(compiled_text.value(), kLowPriority, &flat_attr->rawValue); in WriteAttributes()