Home
last modified time | relevance | path

Searched defs:kMaxFileNameSize (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openthread/src/posix/platform/
H A Dsettings.cpp61 static const size_t kMaxFileNameSize = sizeof(OPENTHREAD_CONFIG_POSIX_SETTINGS_PATH) + 32; variable
85 static void getSettingsFileName(otInstance *aInstance, char aFileName[kMaxFileNameSize], bool aSwap) in getSettingsFileName()