Home
last modified time | relevance | path

Searched refs:filedata (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h47 static bool CreateFile(const std::string& filename, const std::string& filedata);
/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/
H A Ddhcpfunction_fuzzer.cpp70 std::string filedata = std::string(reinterpret_cast<const char*>(data), size); in CreateFileTest() local
71 pDhcpFunction->CreateFile(filename, filedata); in CreateFileTest()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp323 bool DhcpFunction::CreateFile(const std::string& filename, const std::string& filedata) in CreateFile() argument
328 outFile << filedata << std::endl; in CreateFile()

Completed in 3 milliseconds