Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config_cache.cc48 bool trim_new_line(std::string& value) { in trim_new_line() function
168 if (trim_new_line(section_name) || trim_new_line(key) || in SetString()
169 trim_new_line(value)) { in SetString()