Searched refs:mStoredKey (Results 1 – 1 of 1) sorted by relevance
153 ScopedSystemProperties(const std::string& key, const std::string& value) : mStoredKey(key) { in ScopedSystemProperties()157 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()160 std::string mStoredKey; member in __anon6dfd3fcb0111::ScopedSystemProperties