Searched refs:variable_ (Results 1 – 1 of 1) sorted by relevance
102 : 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