Searched refs:mStoredValue (Results 1 – 1 of 1) sorted by relevance
178 mStoredValue = android::base::GetProperty(key, ""); in ScopedSystemProperties()181 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()185 std::string mStoredValue; member in __anon4208d6b70110::ScopedSystemProperties