Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dconfig_file.hpp110 const char *kSwapSuffix = ".swap"; member in ot::Posix::ConfigFile
Dconfig_file.cpp50 VerifyOrDie(strlen(mFilePath) + strlen(kSwapSuffix) < kFilePathMaxSize, OT_EXIT_FAILURE); in ConfigFile()
173 snprintf(swapFile, sizeof(swapFile), "%s%s", mFilePath, kSwapSuffix); in Clear()