Searched refs:GetLastErrorMessage (Results 1 – 8 of 8) sorted by relevance
40 << 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 …]
53 FML_DLOG(ERROR) << "Invalid file size. " << GetLastErrorMessage(); in FileMapping()92 << GetLastErrorMessage(); in FileMapping()
12 std::string GetLastErrorMessage();
20 std::string GetLastErrorMessage() { in GetLastErrorMessage() function
232 virtual std::string GetLastErrorMessage();305 std::string GetLastErrorMessage() override;
144 source_tree_->GetLastErrorMessage()); in FindFileByName()248 std::string SourceTree::GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage() function in google::protobuf::compiler::SourceTree450 std::string DiskSourceTree::GetLastErrorMessage() { in GetLastErrorMessage() function in google::protobuf::compiler::DiskSourceTree
110 std::string GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage() function in google::protobuf::compiler::__anon8428adb40111::MockSourceTree314 EXPECT_EQ(error_message, source_tree_.GetLastErrorMessage()); in ExpectCannotOpenFile()
1281 std::string error_str = source_tree->GetLastErrorMessage().empty() ? in MakeProtoProtoPathRelative()1282 strerror(errno) : source_tree->GetLastErrorMessage(); in MakeProtoProtoPathRelative()