Home
last modified time | relevance | path

Searched refs:bootfile_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/dhcp_client/
Ddhcp_message.cc138 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()
Ddhcp_message.h142 std::string bootfile_; variable