Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcommon_art_test.h102 : variable_{variable}, old_value_{GetOldValue(variable)} { in ScopedUnsetEnvironmentVariable()
109 setenv(variable_, old_value_.value().c_str(), kReplace); in ~ScopedUnsetEnvironmentVariable()
111 unsetenv(variable_); in ~ScopedUnsetEnvironmentVariable()
121 const char* variable_; variable