Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp154 mStoredValue = android::base::GetProperty(key, ""); in ScopedSystemProperties()
157 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()
161 std::string mStoredValue; member in __anon6dfd3fcb0111::ScopedSystemProperties