Home | History | Annotate | Download | only in src

Lines Matching refs:test_shard_file

4040   const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile);
4041 if (test_shard_file != NULL) {
4042 FILE* const file = posix::FOpen(test_shard_file, "w");
4047 test_shard_file, kTestShardStatusFile);