Lines Matching refs:posix
215 fileout = posix::FOpen(output_file.c_str(), "w");
230 internal::posix::GetEnv("TESTBRIDGE_TEST_ONLY");
241 internal::posix::GetEnv("TESTBRIDGE_TEST_RUNNER_FAIL_FAST");
2134 return posix::StrCaseCmp(lhs, rhs) == 0;
2263 if (i < 0 || i >= total_part_count()) internal::posix::Abort();
2271 if (i < 0 || i >= test_property_count()) internal::posix::Abort();
3250 const char* const term = posix::GetEnv("TERM");
3286 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
3413 internal::posix::GetEnv(kTestTotalShards));
5047 FILE* pfile = posix::FOpen(premature_exit_filepath_.c_str(), "w");
5429 : internal::posix::GetEnv("TEST_PREMATURE_EXIT_FILE"));
5996 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile);
5998 FILE* const file = posix::FOpen(test_shard_file, "w");
6063 const char* str_val = posix::GetEnv(var);
6611 FILE* flagfile = posix::FOpen(path.c_str(), "r");
6617 posix::FClose(flagfile);
6839 const char* value = internal::posix::GetEnv(variable_name);