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