Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp626 const char *leasePath = GetFilePath(DHCPD_LEASE_FILE); in InitLeaseFile() local
627 if (!leasePath || strlen(leasePath) == 0) { in InitLeaseFile()
631 if (access(leasePath, 0) != 0) { in InitLeaseFile()
633 if (!CreatePath(leasePath)) { in InitLeaseFile()

Completed in 3 milliseconds