Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc117 size_t len_words = (len + 7) / 8; in ReadInlineString() local
119 if (!ReadWords(len_words, &string_data)) { in ReadInlineString()