Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc5397 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); in WriteToShardStatusFileIfNeeded() local
5398 if (test_shard_file != nullptr) { in WriteToShardStatusFileIfNeeded()
5399 FILE* const file = posix::FOpen(test_shard_file, "w"); in WriteToShardStatusFileIfNeeded()
5404 test_shard_file, kTestShardStatusFile); in WriteToShardStatusFileIfNeeded()