Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp178 mStoredValue = android::base::GetProperty(key, ""); in ScopedSystemProperties()
181 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()
185 std::string mStoredValue; member in __anon4208d6b70110::ScopedSystemProperties