Searched refs:GetEnv (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc41 using ::testing::internal::posix::GetEnv;
57 premature_exit_file_path_ = GetEnv("TEST_PREMATURE_EXIT_FILE");
116 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE");
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc1062 const char* temp_dir = posix::GetEnv("TEMP");
1196 const char* const string_value = posix::GetEnv(env_var.c_str());
1209 const char* const string_value = posix::GetEnv(env_var.c_str());
1234 const char* value = posix::GetEnv(env_var.c_str());
1250 value = posix::GetEnv("XML_OUTPUT_FILE");
H A Dgtest.cc2926 const char* const term = posix::GetEnv("TERM");
3075 internal::posix::GetEnv(kTestTotalShards));
4212 NULL : internal::posix::GetEnv("TEST_PREMATURE_EXIT_FILE"));
4694 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile);
4761 const char* str_val = posix::GetEnv(var);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h254 // GetEnv() - gets the value of an environment variable.
2387 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix

Completed in 38 milliseconds