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

/external/chromium/testing/gtest/src/
H A Dgtest.cc4282 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4283 if (test_shard_file != NULL) {
4284 FILE* const file = posix::FOpen(test_shard_file, "w");
4289 test_shard_file, kTestShardStatusFile);
/external/gtest/src/
H A Dgtest.cc4282 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4283 if (test_shard_file != NULL) {
4284 FILE* const file = posix::FOpen(test_shard_file, "w");
4289 test_shard_file, kTestShardStatusFile);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4250 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4251 if (test_shard_file != NULL) {
4252 FILE* const file = posix::FOpen(test_shard_file, "w");
4257 test_shard_file, kTestShardStatusFile);
/external/protobuf/gtest/src/
H A Dgtest.cc4040 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4041 if (test_shard_file != NULL) {
4042 FILE* const file = posix::FOpen(test_shard_file, "w");
4047 test_shard_file, kTestShardStatusFile);

Completed in 66 milliseconds