Home | History | Annotate | Download | only in googletest

Lines Matching refs:test_shard_file

4250   const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile);
4251 if (test_shard_file != NULL) {
4252 FILE* const file = posix::FOpen(test_shard_file, "w");
4257 test_shard_file, kTestShardStatusFile);