OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOpen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
2027
inline FILE*
FOpen
(const char* path, const char* mode) {
2028
return
fopen
(path, mode);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc
1138
FILE* const file = posix::
FOpen
(filename_.c_str(), "r");
gtest.cc
191
fileout = posix::
FOpen
(output_file.c_str(), "w");
4504
FILE* pfile = posix::
FOpen
(premature_exit_filepath, "w");
5399
FILE* const file = posix::
FOpen
(test_shard_file, "w");
5974
FILE* flagfile = posix::
FOpen
(path.c_str(), "r");
Completed in 27 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026