Searched refs:mStoredValue (Results 1 – 1 of 1) sorted by relevance
129 mStoredValue = android::base::GetProperty(key, ""); in ScopedSystemProperties()132 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()136 std::string mStoredValue; variable