Searched refs:ScopedUnsetEnvironmentVariable (Results 1 – 4 of 4) sorted by relevance
164 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()165 ScopedUnsetEnvironmentVariable i18n_root("ANDROID_I18N_ROOT"); in TEST_F()166 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()184 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()185 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()204 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()205 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()224 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()225 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()
98 class ScopedUnsetEnvironmentVariable {100 explicit ScopedUnsetEnvironmentVariable(const char* variable) in ScopedUnsetEnvironmentVariable() function105 ~ScopedUnsetEnvironmentVariable() { in ~ScopedUnsetEnvironmentVariable()122 DISALLOW_COPY_AND_ASSIGN(ScopedUnsetEnvironmentVariable);
29 ScopedUnsetEnvironmentVariable no_env("ART_APEX_DATA"); in TEST()47 ScopedUnsetEnvironmentVariable no_env("ART_APEX_DATA"); in TEST()
28 ScopedUnsetEnvironmentVariable no_env("ART_APEX_DATA"); in TEST()