Searched refs:android_runtime_root (Results 1 – 3 of 3) sorted by relevance
106 std::string android_runtime_root = GetAndroidRuntimeRootSafe(&error_msg); in TEST_F() local108 EXPECT_EQ(android_runtime_root, android_runtime_root_env) << error_msg; in TEST_F()
156 std::string android_runtime_root = android_host_out_from_env; in SetUpAndroidRootEnvVars() local157 android_runtime_root += "/com.android.runtime"; in SetUpAndroidRootEnvVars()158 setenv("ANDROID_RUNTIME_ROOT", android_runtime_root.c_str(), 1); in SetUpAndroidRootEnvVars()
302 android_runtime_root = android_root + '/com.android.runtime'309 self._shell_env['ANDROID_RUNTIME_ROOT'] = android_runtime_root