Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp312 std::fstream ioFile; in IsExistFile() local
313 ioFile.open(filename.c_str(), std::ios::in); in IsExistFile()
314 if (ioFile) { in IsExistFile()
318 ioFile.close(); in IsExistFile()

Completed in 2 milliseconds