Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Dcommon_util.cpp105 static char currFilePath[DHCP_MAX_PATH_LENGTH]; in GetFilePath() local
121 if (memset_s(currFilePath, sizeof(currFilePath), '\0', sizeof(currFilePath)) != EOK) { in GetFilePath()
124 if (memcpy_s(currFilePath, sizeof(currFilePath), currName, strlen(currName)) != EOK) { in GetFilePath()
127 return currFilePath; in GetFilePath()

Completed in 1 milliseconds