Home
last modified time | relevance | path

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

/frameworks/native/libs/dumputils/
Ddump_utils.cpp128 std::string trimmed_token = android::base::Trim(token); in read_extra_hals_to_dump_from_property() local
129 if (trimmed_token.length() == 0) { in read_extra_hals_to_dump_from_property()
132 extra_hal_interfaces_to_dump.insert(trimmed_token); in read_extra_hals_to_dump_from_property()