Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc340 auto temp_file_path = stream.str(); in WriteAtomically() local
343 OpenFile(temp_file_path.c_str(), true, FilePermission::kReadWrite); in WriteAtomically()
391 if (!::MoveFile(StringToWideString(temp_file_path).c_str(), in WriteAtomically()
395 << file_path << ". Temp file path: " << temp_file_path << " " in WriteAtomically()
/third_party/googletest/googletest/src/
Dgtest-port.cc1083 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1089 temp_file_path); in CapturedStream()
1092 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
1094 << temp_file_path; in CapturedStream()
1095 filename_ = temp_file_path; in CapturedStream()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc1078 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1084 temp_file_path); in CapturedStream()
1087 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
1089 << temp_file_path; in CapturedStream()
1090 filename_ = temp_file_path; in CapturedStream()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc11411 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
11417 temp_file_path); in CapturedStream()
11420 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
11422 << temp_file_path; in CapturedStream()
11423 filename_ = temp_file_path; in CapturedStream()