Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc40 << GetLastErrorMessage(); in GetFullHandlePath()
62 << GetLastErrorMessage(); in GetTemporaryDirectoryPath()
126 << GetLastErrorMessage(); in CreateTemporaryDirectory()
170 FML_DLOG(ERROR) << "Could not open file. " << GetLastErrorMessage(); in OpenFile()
202 << GetLastErrorMessage(); in OpenDirectory()
223 FML_DLOG(ERROR) << "Could not open file. " << GetLastErrorMessage(); in OpenDirectory()
256 << GetLastErrorMessage(); in IsDirectory()
272 << GetLastErrorMessage(); in UnlinkDirectory()
282 << GetLastErrorMessage(); in UnlinkDirectory()
291 << GetLastErrorMessage(); in UnlinkFile()
[all …]
Dmapping_win.cc53 FML_DLOG(ERROR) << "Invalid file size. " << GetLastErrorMessage(); in FileMapping()
92 << GetLastErrorMessage(); in FileMapping()
Derrors_win.h12 std::string GetLastErrorMessage();
Derrors_win.cc20 std::string GetLastErrorMessage() { in GetLastErrorMessage() function
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h232 virtual std::string GetLastErrorMessage();
305 std::string GetLastErrorMessage() override;
Dimporter.cc144 source_tree_->GetLastErrorMessage()); in FindFileByName()
248 std::string SourceTree::GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage() function in google::protobuf::compiler::SourceTree
450 std::string DiskSourceTree::GetLastErrorMessage() { in GetLastErrorMessage() function in google::protobuf::compiler::DiskSourceTree
Dimporter_unittest.cc110 std::string GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage() function in google::protobuf::compiler::__anon8428adb40111::MockSourceTree
314 EXPECT_EQ(error_message, source_tree_.GetLastErrorMessage()); in ExpectCannotOpenFile()
Dcommand_line_interface.cc1281 std::string error_str = source_tree->GetLastErrorMessage().empty() ? in MakeProtoProtoPathRelative()
1282 strerror(errno) : source_tree->GetLastErrorMessage(); in MakeProtoProtoPathRelative()