Searched refs:ScopedUnsetEnvironmentVariable (Results 1 – 7 of 7) sorted by relevance
181 ScopedUnsetEnvironmentVariable no_env("ART_APEX_DATA"); in TEST_F()189 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()190 ScopedUnsetEnvironmentVariable i18n_root("ANDROID_I18N_ROOT"); in TEST_F()191 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()208 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()209 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()231 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()232 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()251 ScopedUnsetEnvironmentVariable android_root("ANDROID_ROOT"); in TEST_F()252 ScopedUnsetEnvironmentVariable art_apex_data("ART_APEX_DATA"); in TEST_F()[all …]
99 class ScopedUnsetEnvironmentVariable {101 explicit ScopedUnsetEnvironmentVariable(const char* variable) in ScopedUnsetEnvironmentVariable() function106 ~ScopedUnsetEnvironmentVariable() { in ~ScopedUnsetEnvironmentVariable()123 DISALLOW_COPY_AND_ASSIGN(ScopedUnsetEnvironmentVariable);
30 ScopedUnsetEnvironmentVariable no_env("ART_APEX_DATA"); in TEST()49 ScopedUnsetEnvironmentVariable no_env("ART_APEX_DATA"); in TEST()
156 android_root_env_ = std::make_unique<ScopedUnsetEnvironmentVariable>("ANDROID_ROOT"); in SetUp()161 android_art_root_env_ = std::make_unique<ScopedUnsetEnvironmentVariable>("ANDROID_ART_ROOT"); in SetUp()166 art_apex_data_env_ = std::make_unique<ScopedUnsetEnvironmentVariable>("ART_APEX_DATA"); in SetUp()254 std::unique_ptr<ScopedUnsetEnvironmentVariable> android_root_env_;255 std::unique_ptr<ScopedUnsetEnvironmentVariable> android_art_root_env_;256 std::unique_ptr<ScopedUnsetEnvironmentVariable> art_apex_data_env_;
56 unset_bootclasspath_ = std::make_unique<ScopedUnsetEnvironmentVariable>("BOOTCLASSPATH"); in SetUp()401 std::unique_ptr<ScopedUnsetEnvironmentVariable> unset_bootclasspath_;
51 auto art_root_env = ScopedUnsetEnvironmentVariable("ANDROID_ART_ROOT"); in TEST_F()
522 ScopedUnsetEnvironmentVariable art_root_env_ = ScopedUnsetEnvironmentVariable("ANDROID_ART_ROOT");523 ScopedUnsetEnvironmentVariable android_data_env_ = ScopedUnsetEnvironmentVariable("ANDROID_DATA");524 ScopedUnsetEnvironmentVariable android_expand_env_ =525 ScopedUnsetEnvironmentVariable("ANDROID_EXPAND");