Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp2119 const char *last_slash; local
2138 last_slash = strrchr(OPENTHREAD_POSIX_TUN_DEVICE, '/');
2139 VerifyOrDie(last_slash != nullptr, OT_EXIT_ERROR_ERRNO);
2140 last_slash++;
2142 strncpy(gNetifName, last_slash, sizeof(gNetifName));