Searched refs:variable_ (Results 1 – 1 of 1) sorted by relevance
101 : variable_{variable}, old_value_{GetOldValue(variable)} { in ScopedUnsetEnvironmentVariable()108 setenv(variable_, old_value_.value().c_str(), kReplace); in ~ScopedUnsetEnvironmentVariable()110 unsetenv(variable_); in ~ScopedUnsetEnvironmentVariable()120 const char* variable_; variable