Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmntent.cpp83 char* const tokenEnd = token + optLen; in hasmntopt() local
84 if (tokenEnd > end) break; in hasmntopt()
87 (*tokenEnd == '\0' || *tokenEnd == ',' || *tokenEnd == '=')) { in hasmntopt()