Home
last modified time | relevance | path

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

/openthread-2.7.6/src/posix/platform/
Dsettings.cpp145 char swapFile[kMaxFileNameSize]; in swapPersist() local
148 getSettingsFileName(aInstance, swapFile, true); in swapPersist()
153 VerifyOrDie(0 == rename(swapFile, dataFile), OT_EXIT_ERROR_ERRNO); in swapPersist()