Searched refs:android_art_root_env (Results 1 – 1 of 1) sorted by relevance
121 std::string android_art_root_env; in TEST_F() local129 android_art_root_env = getenv("ANDROID_ART_ROOT"); in TEST_F()130 EXPECT_EQ(android_art_root, android_art_root_env) << error_msg; in TEST_F()133 UniqueCPtr<char> root_dup(strdup(android_art_root_env.c_str())); in TEST_F()170 ASSERT_EQ(0, setenv("ANDROID_ART_ROOT", android_art_root_env.c_str(), /* overwrite */ 1)); in TEST_F()