Home | History | Annotate | Download | only in src

Lines Matching refs:test_shard_file

4282   const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile);
4283 if (test_shard_file != NULL) {
4284 FILE* const file = posix::FOpen(test_shard_file, "w");
4289 test_shard_file, kTestShardStatusFile);