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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc4694 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4695 if (test_shard_file != NULL) {
4696 FILE* const file = posix::FOpen(test_shard_file, "w");
4701 test_shard_file, kTestShardStatusFile);

Completed in 23 milliseconds