Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10404 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
10410 temp_file_path); in CapturedStream()
10413 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
10415 << temp_file_path; in CapturedStream()
10416 filename_ = temp_file_path; in CapturedStream()