Searched refs:bootfile_ (Results 1 – 2 of 2) sorted by relevance
138 message->bootfile_.assign(reinterpret_cast<const char*>(raw_message->file), in InitFromBuffer()299 if (bootfile_.length() >= kBootFileLength) { in Serialize()300 LOG(ERROR) << "Invalid boot file length: " << bootfile_.length(); in Serialize()304 bootfile_.c_str(), in Serialize()305 bootfile_.length()); in Serialize()306 raw_message.file[bootfile_.length()] = 0; in Serialize()
142 std::string bootfile_; variable