Searched refs:FOpen (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc518 FILE* f = posix::FOpen(filename, "w");
H A Dgtest_unittest.cc6428 FILE* f = testing::internal::posix::FOpen(file_path.c_str(), "w");
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc997 FILE* const file = posix::FOpen(filename_.c_str(), "r");
H A Dgtest.cc3439 xmlout = posix::FOpen(output_file_.c_str(), "w");
3868 FILE* pfile = posix::FOpen(premature_exit_filepath, "w");
4696 FILE* const file = posix::FOpen(test_shard_file, "w");
5254 FILE* flagfile = posix::FOpen(path.c_str(), "r");
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2367 inline FILE* FOpen(const char* path, const char* mode) { function in namespace:testing::internal::posix

Completed in 64 milliseconds