Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dsettings_file.cpp362 char swapFileName[kMaxFilePathSize]; in SwapDiscard() local
365 GetSettingsFilePath(swapFileName, true); in SwapDiscard()
366 VerifyOrDie(0 == unlink(swapFileName), OT_EXIT_ERROR_ERRNO); in SwapDiscard()