Searched refs:endsWith (Results 1 – 7 of 7) sorted by relevance
68 if (line.endsWith("{")) { in print()
211 bool endsWith(const FQName &other) const;
95 bool endsWith(std::string_view path, std::string_view prefix);
219 bool endsWith(std::string_view path, std::string_view suffix) { in endsWith() function
103 if (!path::endsWith(cmdFile, INCFS_PENDING_READS_FILENAME)) { in rootForCmd()
517 bool FQName::endsWith(const FQName &other) const { in endsWith() function in android::FQName
785 if (key.endsWith(fqName)) { in findDefinedType()