Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmntent.cpp80 const size_t optLen = strlen(opt); in hasmntopt() local
83 char* const tokenEnd = token + optLen; in hasmntopt()
86 if (memcmp(token, opt, optLen) == 0 && in hasmntopt()