Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmntent.cpp78 char* token = mnt->mnt_opts; in hasmntopt() local
82 while (token) { in hasmntopt()
83 char* const tokenEnd = token + optLen; in hasmntopt()
86 if (memcmp(token, opt, optLen) == 0 && in hasmntopt()
88 return token; in hasmntopt()
91 token = strchr(token, ','); in hasmntopt()
92 if (token) token++; in hasmntopt()
/bionic/linker/
Dlinker_utils.cpp45 const std::string& token = param.first; in format_string() local
47 if (str->substr(pos + 1, token.size()) == token) { in format_string()
48 str->replace(pos, token.size() + 1, replacement); in format_string()
52 } else if (str->substr(pos + 1, token.size() + 2) == "{" + token + "}") { in format_string()
53 str->replace(pos, token.size() + 3, replacement); in format_string()
/bionic/libc/kernel/tools/
Dcpp.py263 token = Token(self._tu, token_group,
268 if token.kind != TokenKind.COMMENT:
269 tokens.append(token)
322 token = tokens.nextToken()
323 if not token:
326 token_list.append((token.id, token.location.line,
327 token.location.column))
329 token_list.append(token.id)
420 token = self.tokens[self._index]
421 if self._index >= self._num_tokens or token.id != id:
[all …]
/bionic/libc/kernel/uapi/linux/
Dsmc_diag.h51 __u32 token; member
86 __aligned_u64 token; member
Dauto_dev-ioctl.h25 __u32 token; member
28 __u32 token; member
Drio_mport_cdev.h125 __u32 token; member
/bionic/libc/kernel/uapi/sound/
Dasoc.h124 __le32 token; member
128 __le32 token; member
132 __le32 token; member
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm_para.h101 __u32 token; member