Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5843 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); in ScopedPrematureExitFile() local
5844 fwrite("0", 1, 1, pfile); in ScopedPrematureExitFile()
5845 fclose(pfile); in ScopedPrematureExitFile()