Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dxattr.c131 static bool match_prefix(const char *key, u8 *index, u16 *len) in match_prefix() function
156 if (!match_prefix(key, &prefix, &prefixlen)) in parse_one_xattr()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp2368 const llvm::StringRef &match_prefix, in AddMatches() argument
2374 if (match_prefix.empty()) in AddMatches()
2376 else if (strncmp(def->children[i].name, match_prefix.data(), in AddMatches()
2377 match_prefix.size()) == 0) in AddMatches()
2379 MakeMatch(prefix, def->children[i].name + match_prefix.size())); in AddMatches()