Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10403 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
10406 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
10407 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
10412 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()