Searched refs:temp_file_path (Results 1 – 4 of 4) sorted by relevance
340 auto temp_file_path = stream.str(); in WriteAtomically() local343 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()
1083 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local1089 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()
1078 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local1084 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()
11411 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local11417 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()