Searched refs:TrimKey (Results 1 - 1 of 1) sorted by relevance
/external/libbrillo/brillo/ | ||
H A D | key_value_store.cc | 31 string TrimKey(const string& key) { function in namespace:brillo::__anon9094 93 const auto key_value = store_.find(TrimKey(key)); 101 store_[TrimKey(key)] = value; |
Completed in 55 milliseconds