Home
last modified time | relevance | path

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

/openthread-2.7.6/src/posix/platform/
Dsettings.cpp160 char swapFileName[kMaxFileNameSize]; in swapDiscard() local
163 getSettingsFileName(aInstance, swapFileName, true); in swapDiscard()
164 VerifyOrDie(0 == unlink(swapFileName), OT_EXIT_ERROR_ERRNO); in swapDiscard()